omdb-mcp

Dworf/omdb-mcp
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
MCP server for the OMDb API — search movies, series, and episodes from Claude Desktop, Cursor, MetaMCP, and any MCP-compatible client. Built with FastMCP. STDIO + Streamable HTTP transports, optional bearer auth.
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": {
    "omdb-mcp": {
      "command": "uvx",
      "args": [
        "omdb-mcp"
      ]
    }
  }
}

Or install with pip: pip install omdb-mcp

Topics

ai-toolsfastmcpimdbllm-toolsmcpmcp-servermetamcpmodel-context-protocolmoviesomdbomdb-apiomdb-appomdb-searchomdbapistdio