MCP Directory

drakonkat/wizzy-mcp-tmdb

GitHub
Productivity

A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y wizzy-mcp-tmdb

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from drakonkat/wizzy-mcp-tmdb your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "wizzy-mcp-tmdb": {
      "command": "npx",
      "args": [
        "-y",
        "wizzy-mcp-tmdb"
      ]
    }
  }
}

Route drakonkat/wizzy-mcp-tmdb intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add wizzy-mcp-tmdb

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use drakonkat/wizzy-mcp-tmdb directly without routing

npx -y wizzy-mcp-tmdb

New to Agent-CoreX? View setup guide →

drakonkat/wizzy-mcp-tmdb MCP Server — Agent-CoreX