TMDB MCP 服务器
一个模型上下文协议 (MCP) 服务器,提供对电影数据库 (TMDB) API 的访问。该服务器使 AI 助手能够通过 MCP 界面搜索和检索电影信息。
特征
按标题、年份和其他条件搜索电影
检索详细电影信息
轻松与兼容 MCP 的 AI 助手集成
先决条件
Node.js >= 18
TMDB API 密钥(从TMDB获取)
安装
克隆存储库:
安装依赖项:
构建服务器:
配置
在您的 MCP 设置文件(通常是cline_mcp_settings.json
)中配置 MCP 服务器:
将your-api-key-here
替换为您的 TMDB API 密钥,并将/path/to/
替换为实际路径。
可用工具
搜索电影
使用电影数据库 API 搜索电影。
参数:
query
(必需):搜索查询字符串year
(可选):按发布年份过滤page
(可选):页码(默认值:1)
例子:
发展
在
src
目录中进行更改构建项目:
通过在您的设置中配置 MCP 服务器来测试您的更改
贡献
分叉存储库
创建你的功能分支(
git checkout -b feature/amazing-feature
)提交您的更改(
git commit -am 'Add some amazing feature'
)推送到分支(
git push origin feature/amazing-feature
)打开拉取请求
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
致谢
Related MCP Servers
- -securityAlicense-qualityIntegrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.Last updated -6350MIT License
- AsecurityFlicenseAqualityEnables 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 -42
- AsecurityAlicenseAqualityA 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 -33612MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables searching and retrieving detailed information about movies and TV shows using The Movie Database (TMDB) API.Last updated -1