TMDB MCP Server
TMDB MCP サーバー
映画データベース(TMDB)APIへのアクセスを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIアシスタントはMCPインターフェースを介して映画情報を検索・取得できるようになります。
特徴
タイトル、年、その他の条件で映画を検索
映画の詳細情報を取得する
MCP対応のAIアシスタントとの簡単な統合
Related MCP server: MCP TMDB
前提条件
Node.js >= 18
TMDB API キー ( TMDBから取得)
インストール
リポジトリをクローンします。
git clone https://github.com/rakeshgangwar/tmdb-mcp-server.git
cd tmdb-mcp-server依存関係をインストールします:
npm installサーバーを構築します。
npm run build構成
MCP 設定ファイル (通常はcline_mcp_settings.json ) で MCP サーバーを構成します。
{
"mcpServers": {
"tmdb": {
"command": "node",
"args": ["/path/to/tmdb-mcp-server/dist/index.js"],
"env": {
"TMDB_API_KEY": "your-api-key-here"
},
"disabled": false,
"autoApprove": []
}
}
}your-api-key-hereを TMDB API キーに置き換え、 /path/to/実際のパスに置き換えます。
利用可能なツール
検索_映画
Movie Database API を使用して映画を検索します。
パラメータ:
query(必須): 検索クエリ文字列year(オプション): リリース年でフィルタリングpage(オプション):ページ番号(デフォルト:1)
例:
{
"query": "Inception",
"year": 2010,
"page": 1
}発達
srcディレクトリに変更を加えますプロジェクトをビルドします。
npm run build設定でMCPサーバーを構成して変更をテストします
貢献
リポジトリをフォークする
機能ブランチを作成します(
git checkout -b feature/amazing-feature)変更をコミットします (
git commit -am 'Add some amazing feature')ブランチにプッシュする (
git push origin feature/amazing-feature)プルリクエストを開く
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
謝辞
映画データベースAPIを提供するTMDB API
MCP SDK のモデルコンテキストプロトコル
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
- AlicenseBqualityDmaintenanceEnables AI assistants like Claude to interact with The Movie Database (TMDB) API, providing capabilities for searching movies, retrieving movie details, and generating customized movie reviews and recommendations.42553MIT
- AlicenseNot gradedqualityDmaintenanceAn implementation of the Model Context Protocol that provides tools to interact with The Movie Database (TMDB), allowing users to search for movie collaborations, actor filmographies, and other film industry data.5MIT
- AlicenseNot gradedqualityDmaintenanceProvides integration with The Movie Database (TMDB) API for searching movies, TV shows, and people, accessing detailed information, and discovering popular and trending content. Enables AI assistants to access comprehensive movie and television metadata including ratings, cast, crew, and overviews.201MIT
- FlicenseNot gradedqualityDmaintenanceProvides access to IMDB movie and person data, including searches, cast details, and top-rated lists through the Model Context Protocol. It enables LLMs to fetch structured cinematic metadata and filmographies using the Cinemagoer backend.1
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
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/rakeshgangwar/tmdb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server