Back to directory
uzaysozen/imdb-mcp-server

uzaysozen/imdb-mcp-server

@uzaysozen

A Python server implementing Model Context Protocol (MCP) for movie and TV show information using the IMDb API service.

imdbmoviestv-showsentertainmentapisearchpython

Installation & Configuration

{
  "mcpServers": {
    "imdb_server": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/imdb-mcp-server",
        "run",
        "imdb-server"
      ],
      "env": {
        "RAPID_API_KEY_IMDB": "your_api_key_here"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/14
Updated
2026/6/15