movie-metadata-mcp

wildcar/movie-metadata-mcp
★ 0 stars Python 📊 Data/Analytics Updated today
MCP server aggregating movie metadata from TMDB, OMDb, and kinopoisk.dev. Part of the movie_handler system.
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": {
    "movie-metadata-mcp": {
      "command": "uvx",
      "args": [
        "movie-metadata-mcp"
      ]
    }
  }
}

Or install with pip: pip install movie-metadata-mcp