moviefinder-mcp
moviefinder-mcp
TMDB APIをラップしたMCPサーバーです。MCP対応クライアント(Claude Desktop、Claude Codeなど)から、映画やテレビ番組の検索、詳細情報の取得、トレンドの確認、おすすめの取得、配信状況の確認が可能になります。
ツール
ツール | 説明 |
| タイトルで映画を検索します(オプションで |
| 名前でテレビ番組を検索します。 |
| キャスト、監督、予告編URLを含む映画の詳細情報を取得します。 |
| 映画IDに基づいたTMDBのおすすめを取得します。 |
| 映画IDに基づいた類似映画を取得します。 |
|
|
| 国(デフォルトは |
|
|
すべてのツールは、生のTMDBペイロードではなく、要約されたJSON(ID、タイトル、年、概要、評価、ポスターURL、およびツール固有のフィールド)を返します。
セットアップ
要件: Node 20以上。
npm install
cp .env.example .env
# edit .env and paste your TMDB v4 read access token
npm run build
npm start # runs the compiled server over stdioTMDB APIキーの取得
https://www.themoviedb.org/ でTMDBアカウントを作成します。
API Read Access Token (v4 auth) をコピーします(v3 APIキーではありません)。
.envファイルにTMDB_API_KEY=...として設定します。
サーバーはこれを Authorization: Bearer <token> として送信します。
Claude Desktopへの登録
claude_desktop_config.json を編集します(macOS: ~/Library/Application Support/Claude/claude_desktop_config.json、Windows: %APPDATA%\Claude\claude_desktop_config.json)。
{
"mcpServers": {
"moviefinder": {
"command": "node",
"args": ["/absolute/path/to/moviefinder-mcp/dist/index.js"],
"env": {
"TMDB_API_KEY": "your_v4_read_access_token_here"
}
}
}
}Claude Desktopを再起動してください。上記のツールが moviefinder サーバーの下に表示されます。
注意事項
ジャンルリスト (
/genre/movie/list) は一度取得され、discover_movies用にメモリ内にキャッシュされます。401/404/429レスポンスは、アクション可能なメッセージとともに表示されます。入力値はTMDB呼び出しの前に
zodで検証されます。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/AmeliaMiddleton/Mcp1testtypescript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server