Skip to main content
Art & CultureTypeScript

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.

art-culturecloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/drakonkat/wizzy-mcp-tmdb

Claude 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.

Details

Category
Art & Culture
Language
TypeScript
Author
drakonkat