Skip to main content
Glama
AmeliaMiddleton

moviefinder-mcp

moviefinder-mcp

TMDB APIをラップしたMCPサーバーです。MCP対応クライアント(Claude Desktop、Claude Codeなど)から、映画やテレビ番組の検索、詳細情報の取得、トレンドの確認、おすすめの取得、配信状況の確認が可能になります。

ツール

ツール

説明

search_movies

タイトルで映画を検索します(オプションで year を指定可能)。

search_tv

名前でテレビ番組を検索します。

get_movie_details

キャスト、監督、予告編URLを含む映画の詳細情報を取得します。

get_recommendations

映画IDに基づいたTMDBのおすすめを取得します。

get_similar

映画IDに基づいた類似映画を取得します。

get_trending

day または weekmovie / tv / all のトレンドを取得します。

where_to_stream

国(デフォルトは US)ごとの視聴プロバイダー(ストリーミング / レンタル / 購入)を確認します。

discover_movies

genre 名、min_ratingyearsort_by で映画を検索します。

すべてのツールは、生の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 stdio

TMDB APIキーの取得

  1. https://www.themoviedb.org/ でTMDBアカウントを作成します。

  2. https://www.themoviedb.org/settings/api を開きます。

  3. API Read Access Token (v4 auth) をコピーします(v3 APIキーではありません)。

  4. .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 で検証されます。

Install Server
F
license - not found
A
quality
C
maintenance

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