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

Installation

npx -y wizzy-mcp-tmdb

Configuration

{
  "mcpServers": {
    "wizzy-mcp-tmdb": {
      "command": "npx",
      "args": ["-y", "wizzy-mcp-tmdb"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub