TMDB MCP Server
TMDB MCP 服务器
一个模型上下文协议 (MCP) 服务器,提供对电影数据库 (TMDB) API 的访问。该服务器使 AI 助手能够通过 MCP 界面搜索和检索电影信息。
特征
按标题、年份和其他条件搜索电影
检索详细电影信息
轻松与兼容 MCP 的 AI 助手集成
Related MCP server: MCP TMDB
先决条件
Node.js >= 18
TMDB API 密钥(从TMDB获取)
安装
克隆存储库:
git clone https://github.com/rakeshgangwar/tmdb-mcp-server.git
cd tmdb-mcp-server安装依赖项:
npm install构建服务器:
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
}发展
在
src目录中进行更改构建项目:
npm run build通过在您的设置中配置 MCP 服务器来测试您的更改
贡献
分叉存储库
创建你的功能分支(
git checkout -b feature/amazing-feature)提交您的更改(
git commit -am 'Add some amazing feature')推送到分支(
git push origin feature/amazing-feature)打开拉取请求
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
致谢
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables 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.42553MIT
- AlicenseNot gradedqualityDmaintenanceAn implementation of the Model Context Protocol that provides tools to interact with The Movie Database (TMDB), allowing users to search for movie collaborations, actor filmographies, and other film industry data.5MIT
- AlicenseNot gradedqualityDmaintenanceProvides integration with The Movie Database (TMDB) API for searching movies, TV shows, and people, accessing detailed information, and discovering popular and trending content. Enables AI assistants to access comprehensive movie and television metadata including ratings, cast, crew, and overviews.201MIT
- FlicenseNot gradedqualityDmaintenanceProvides access to IMDB movie and person data, including searches, cast details, and top-rated lists through the Model Context Protocol. It enables LLMs to fetch structured cinematic metadata and filmographies using the Cinemagoer backend.1
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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