The wizzy-mcp-tmdb project is an MCP (Model Context Protocol) server implemented in JavaScript that provides tools to search and retrieve information from The Movie Database (TMDB). It allows AI clients to access movie, TV show, and person data through a standardized protocol.
Standard I/O
npm package
npm install wizzy-mcp-tmdbAdd this to your claude_desktop_config.json:
{
"mcpServers": {
"wizzy-mcp-tmdb": {
"args": [
"index.js"
],
"command": "node"
}
}
}