概要
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.