Skip to content
MCP Server Community By @drakonkat

drakonkat/wizzy-mcp-tmdb

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

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: drakonkat/wizzy-mcp-tmdb Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-drakonkat-wizzy-mcp-tmdb

Detailed Documentation

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

Configuration

{
  "mcpServers": {
    "drakonkat-wizzy-mcp-tmdb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-drakonkat-wizzy-mcp-tmdb"
      ],
      "env": {}
    }
  }
}