★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"omdb-mcp": {
"command": "uvx",
"args": [
"omdb-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add omdb-mcp uvx omdb-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"omdb-mcp": {
"command": "uvx",
"args": [
"omdb-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install omdb-mcp
Topics
ai-tools fastmcp imdb llm-tools mcp mcp-server metamcp model-context-protocol movies omdb omdb-api omdb-app omdb-search omdbapi stdio