Skip to main content
Glama

TMDB MCP Server

TMDB MCP サーバー

映画データベース(TMDB)APIへのアクセスを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIアシスタントはMCPインターフェースを介して映画情報を検索・取得できるようになります。

特徴

  • タイトル、年、その他の条件で映画を検索
  • 映画の詳細情報を取得する
  • MCP対応のAIアシスタントとの簡単な統合

前提条件

  • Node.js >= 18
  • TMDB API キー ( TMDBから取得)

インストール

  1. リポジトリをクローンします。
git clone https://github.com/rakeshgangwar/tmdb-mcp-server.git cd tmdb-mcp-server
  1. 依存関係をインストールします:
npm install
  1. サーバーを構築します。
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 }

発達

  1. srcディレクトリに変更を加えます
  2. プロジェクトをビルドします。
npm run build
  1. 設定でMCPサーバーを構成して変更をテストします

貢献

  1. リポジトリをフォークする
  2. 機能ブランチを作成します( git checkout -b feature/amazing-feature
  3. 変更をコミットします ( git commit -am 'Add some amazing feature' )
  4. ブランチにプッシュする ( git push origin feature/amazing-feature )
  5. プルリクエストを開く

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

謝辞

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI アシスタントがモデル コンテキスト プロトコル インターフェイスを介して映画データベース (TMDB) API から映画情報を検索および取得できるようにします。

  1. 特徴
    1. 前提条件
      1. インストール
        1. 構成
          1. 利用可能なツール
            1. 検索_映画
          2. 発達
            1. 貢献
              1. ライセンス
                1. 謝辞

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    Integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.
                    Last updated -
                    3
                    48
                    JavaScript
                    MIT License
                    • Apple
                    • Linux
                  • A
                    security
                    F
                    license
                    A
                    quality
                    Enables 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.
                    Last updated -
                    4
                    1
                    TypeScript
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol server that allows AI assistants to retrieve user information, search videos by ID, and find content by keywords on bilibili.com.
                    Last updated -
                    3
                    684
                    9
                    TypeScript
                    MIT License
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A Model Context Protocol server that enables searching and retrieving detailed information about movies and TV shows using The Movie Database (TMDB) API.
                    Last updated -
                    Python

                  View all related MCP servers

                  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