Back to MCP Servers
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.
art-cultureapiai
By drakonkat
Installation
npx -y wizzy-mcp-tmdbConfiguration
{
"mcpServers": {
"wizzy-mcp-tmdb": {
"command": "npx",
"args": ["-y", "wizzy-mcp-tmdb"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes