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
directoryBuild 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
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables AI assistants to search and retrieve movie information from The Movie Database (TMDB) API through the Model Context Protocol interface.
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