MCP.so
登录

TMDB MCP Server

@rakeshgangwar

关于 TMDB MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

rakeshgangwar

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is TMDB MCP Server?

A Model Context Protocol (MCP) server that provides access to The Movie Database (TMDB) API. It enables AI assistants to search and retrieve movie information through the MCP interface.

How to use TMDB MCP Server?

Clone the repository, install dependencies, build the server, then configure it in your MCP settings file with your TMDB API key. Use the search_movies tool with parameters like query, year, and page.

Key features of TMDB MCP Server

  • Search movies by title, year, and other criteria
  • Retrieve detailed movie information
  • Easy integration with MCP-compatible AI assistants

Use cases of TMDB MCP Server

  • AI assistant can search for a movie by title
  • Retrieve detailed information about a specific movie
  • Filter movie searches by release year
  • Paginate through search results

FAQ from TMDB MCP Server

What is TMDB MCP Server?

It is an MCP server that provides AI assistants with access to The Movie Database (TMDB) API for searching and retrieving movie information.

What are the prerequisites for TMDB MCP Server?

Node.js version 18 or higher and a TMDB API key (obtainable from the TMDB website).

How do I configure TMDB MCP Server?

Set the environment variable TMDB_API_KEY with your API key in the MCP settings file (cline_mcp_settings.json), and specify the path to the built server script.

What tools does TMDB MCP Server provide?

It provides the search_movies tool, which accepts query (required), year (optional), and page (optional, default 1) parameters.

What is the license for TMDB MCP Server?

This project is licensed under the MIT License.

评论

其他 分类下的更多 MCP 服务器