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.
Quick Start
Clone the repository:
git clone https://github.com/drakonkat/wizzy-mcp-tmdbClaude Desktop configuration example:
{
"mcpServers": {
"wizzy-mcp-tmdb": {
"command": "npx",
"args": [
"-y",
"drakonkat/wizzy-mcp-tmdb"
]
}
}
}Check the repository README for specific installation and configuration instructions.