Skip to main content
Glama

TMDB MCP Server

TMDB MCP 服务器

一个模型上下文协议 (MCP) 服务器,提供对电影数据库 (TMDB) API 的访问。该服务器使 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/替换为实际路径。

可用工具

搜索电影

使用电影数据库 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
                    33
                    JavaScript
                    MIT License
                    • Apple
                    • Linux
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A Python-based Model Context Protocol server that allows AI assistants like Claude to access and query your movie and TV show collection via Radarr and Sonarr APIs.
                    Last updated -
                    3
                    Python
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A Model Context Protocol server that enables AI assistants to extract transcripts from YouTube videos, allowing AI to analyze and work with video content directly.
                    Last updated -
                    6
                    1
                    TypeScript
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A server based on Model Context Protocol that enables AI assistants to query and search for stock information using the Tushare API.
                    Last updated -
                    Python
                    MIT License

                  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