mcp-imdb MCP server
@clsung
About mcp-imdb MCP server
MCP Server for IMDB
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-imdb": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
1Adds a new note to the server
Overview
What is mcp-imdb?
mcp-imdb is a Model Context Protocol (MCP) server for accessing IMDB data. It provides a note storage system with custom URI schemes, prompts, and tools.
How to use mcp-imdb?
Install it via Claude Desktop configuration using uv for unpublished servers or uvx for published servers. Alternatively, run it as an HTTP SSE server with Docker (build and run the image, or use Docker Compose). Connect VS Code GitHub Copilot by adding an SSE configuration in settings.json.
Key features of mcp-imdb
- Custom
note://URI scheme for individual notes summarize-notesprompt with optional style argumentadd-notetool for adding new notes- Runs as an HTTP SSE server via Docker
- Supports Docker Compose for orchestration
- Publishable to PyPI with
uv publish
Use cases of mcp-imdb
- Adding notes to the server with name and content
- Creating summaries of all stored notes with style control
- Running as a standalone HTTP SSE server for remote connections
- Integrating with VS Code GitHub Copilot via SSE transport
FAQ from mcp-imdb
How do I install mcp-imdb for Claude Desktop?
Add the appropriate configuration to claude_desktop_config.json: use uv with the directory for unpublished servers or uvx for published servers.
How can I run mcp-imdb with Docker?
Build the image with docker build -t mcp-imdb . and run with docker run -p 8000:8000 mcp-imdb. The server listens on http://localhost:8000/sse.
How do I debug mcp-imdb?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <dir> run mcp-imdb.
How do I publish mcp-imdb to PyPI?
Run uv build to create distributions, then uv publish with PyPI credentials (token or username/password).
What configuration is required for the server?
The README lists configuration as [TODO] and no specific environment variables or auth details are provided.
Frequently asked questions
How do I install mcp-imdb for Claude Desktop?
Add the appropriate configuration to `claude_desktop_config.json`: use `uv` with the directory for unpublished servers or `uvx` for published servers.
How can I run mcp-imdb with Docker?
Build the image with `docker build -t mcp-imdb .` and run with `docker run -p 8000:8000 mcp-imdb`. The server listens on `http://localhost:8000/sse`.
How do I debug mcp-imdb?
Use the MCP Inspector by running `npx @modelcontextprotocol/inspector uv --directory <dir> run mcp-imdb`.
How do I publish mcp-imdb to PyPI?
Run `uv build` to create distributions, then `uv publish` with PyPI credentials (token or username/password).
What configuration is required for the server?
The README lists configuration as [TODO] and no specific environment variables or auth details are provided.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments