mcp-server-tmdb

mcp-server-tmdb

3.5

If you are the rightful owner of mcp-server-tmdb and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This MCP server integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.

The TMDB MCP Server is designed to interface with The Movie Database (TMDB) API, offering users the ability to search for movies, obtain recommendations, and view trending films. It requires Node.js, npm, and TypeScript for setup, and is compatible with macOS and Linux operating systems. Users must have a TMDB account and API key to access the server's functionalities. The server is optimized for use with the Claude Desktop Application, allowing seamless integration and interaction with movie data. It supports various commands for searching movies, getting recommendations, and fetching trending films, all while ensuring robust error handling for a smooth user experience.

Features

  • search_movies: Search for movies by title or keywords and return a list of movies with details.
  • get_recommendations: Get movie recommendations based on a specific movie ID.
  • get_trending: Retrieve trending movies for a specified time window, either 'day' or 'week'.