wizzy-mcp-tmdb

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.

databasedatabase
3 stars🍴 5 forks📦 v1.0.2📄 MIT

🔌 Transport

Standard I/O

📦 Installation

npm package

npm install wizzy-mcp-tmdb

Claude Desktop Configuration

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "wizzy-mcp-tmdb": {
      "args": [
        "index.js"
      ],
      "command": "node"
    }
  }
}

Capabilities

0
Tools
0
Resources
0
Prompts