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 βInstallation Guide
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": {}
}
}
}