IMDb MCP Server
IMDb MCPサーバー 🎬
IMDbのコンテンツを検索、発見、再生するための強力なModel Context Protocol (MCP) サーバーです。FastMCPで構築されたこのサーバーは、LLMと映画メタデータの間の堅牢なブリッジを提供し、カスタム再生レイヤーとモダンなWebダッシュボードを備えています。
✨ 特徴
🚀 FastMCPエンジン: ストリーミング可能なHTTP上での高性能なMCP実装。
🔍 インテリジェント検索: 信頼性の高い認証不要のタイトル発見のために、IMDbオートコンプリートAPIを使用したパッチ適用済みの検索ロジック。
📺 再生レイヤー: 即時ストリーミングリンクのための
playimdb.comとの直接統合。📊 監視ダッシュボード: メトリクス、ツール、ヘルスをリアルタイムで監視するためのパスワード保護されたWebUI。
🐳 Docker対応: 容易なデプロイのための最適化されたマルチステージDockerfile。
🤖 GitHub Actions: リリースタグ時にイメージをビルドしてGHCRにプッシュする自動CI/CDワークフロー。
Related MCP server: Movie MCP Server
🛠️ 含まれるツール
ツール | 説明 |
| 映画、シリーズ、ゲームを検索します。IDを含むクリーンなメタデータを返します。 |
| IDを指定して、公開されているIMDbリストからすべてのアイテムを取得します。 |
| 指定されたIMDb IDの直接的な |
| 究極のツール: タイトルを検索し、再生URLと詳細情報を1回の呼び出しで返します。 |
🚀 クイックスタート
1. 依存関係のインストール
npm install2. 環境設定
cp .env.example .env.envを編集してWEBUI_PASSWORDを設定してください。
3. 開発サーバーの実行
npm run dev🌐 エンドポイント
MCPエンドポイント:
http://127.0.0.1:8080/mcpダッシュボード:
http://127.0.0.1:8080/dashboardヘルスチェック:
http://127.0.0.1:8080/health
🐳 Dockerデプロイ
ローカルでイメージをビルドします:
docker build -t imdb-mcp .コンテナを実行します:
docker run --rm \
-p 8080:8080 \
-e HOST=0.0.0.0 \
-e PORT=8080 \
-e WEBUI_PASSWORD=your-secure-password \
-e WEBUI_SESSION_SECRET=your-secret \
imdb-mcpDocker Compose
または、Docker Composeを使用してコンテナを管理します:
docker-compose up -ddocker-compose.ymlの例:
services:
imdb-mcp:
image: ghcr.io/danish-mar/imdb-mcp:latest
ports:
- "8080:8080"
environment:
- WEBUI_PASSWORD=your-password📁 プロジェクト構造
src/
index.ts # Entry point & Server initialization
config.ts # App configuration & Env loading
server.ts # FastMCP instance setup
tools/ # IMDb tool implementations (Search, Playback, etc.)
webui/ # Hono routes for the dashboard
lib/ # Auth & formatting utilities
views/ # EJS templates for the WebUI
.github/ # GitHub Actions workflows for Docker publishing📝 注意事項
検索パッチ: 標準の
imdb-coreGraphQLハッシュが現在古くなっているため、このサーバーはIMDbオートコンプリートAPIへのカスタムフォールバックを使用しています。認証: ほとんどのツールはステートレスであり、IMDbのクッキーを必要としません。プライベートリストへのアクセスについては、
src/tools/index.ts内のimdbClientセッションを拡張してください。再生: 再生URLはサードパーティのプロバイダーを指しています。責任を持って使用してください。
FastMCPとTypeScriptを使用して❤️を込めて構築されました。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceA comprehensive MCP server providing detailed IMDb data including movies, TV shows, and upcoming releases.2316MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables searching and retrieving detailed information about movies and TV shows using The Movie Database (TMDB) API.1
- Alicense-qualityDmaintenanceEnables access to IMDB movie and entertainment data through the Model Context Protocol. Note: The README describes a notes system but the project name suggests IMDB functionality.MIT
- FlicenseAqualityDmaintenanceAn MCP server that wraps the TMDB API, enabling search of movies and TV shows, retrieval of details, trending titles, recommendations, and streaming provider information.8
Related MCP Connectors
Search and browse every MCP server in the Model Context Protocol registry.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danish-mar/imdb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server