Integrations
Enables searching for movies by title, year, and other criteria, and retrieving detailed movie information from The Movie Database API.
TMDB MCP Server
A Model Context Protocol (MCP) server that provides access to The Movie Database (TMDB) API. This server enables AI assistants to search and retrieve movie information through the MCP interface.
Features
- Search movies by title, year, and other criteria
- Retrieve detailed movie information
- Easy integration with MCP-compatible AI assistants
Prerequisites
- Node.js >= 18
- TMDB API key (get one from TMDB)
Installation
- Clone the repository:
- Install dependencies:
- Build the server:
Configuration
Configure the MCP server in your MCP settings file (typically cline_mcp_settings.json
):
Replace your-api-key-here
with your TMDB API key and replace /path/to/
with actual path.
Available Tools
search_movies
Search for movies using The Movie Database API.
Parameters:
query
(required): Search query stringyear
(optional): Filter by release yearpage
(optional): Page number (default: 1)
Example:
Development
- Make your changes in the
src
directory - Build the project:
- Test your changes by configuring the MCP server in your settings
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -am 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- TMDB API for providing the movie database API
- Model Context Protocol for the MCP SDK
This server cannot be installed
Enables AI assistants to search and retrieve movie information from The Movie Database (TMDB) API through the Model Context Protocol interface.