mcp-imdb MCP server
@clsung
mcp-imdb MCP server について
MCP Server for IMDB
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-imdb": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
1Adds a new note to the server
概要
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.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント