imdb-mcp-server

Ali-Debugs/imdb-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
Natural language IMDb queries via MCP — ask Claude about top 1000 movies in plain English
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "imdb-mcp-server": {
      "command": "uvx",
      "args": [
        "imdb-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install imdb-mcp-server