mcp-server-tmdb
The TMDB MCP Server integrates with The Movie Database API to offer movie information and recommendations. It features search and trending movie functions and supports integration with Claude Desktop. It requires Node.js, a TMDB API key, and provides comprehensive movie details.
What is the TMDB MCP Server?
The TMDB MCP Server is an integration with The Movie Database API that provides movie information, search capabilities, and recommendations.
What are the system requirements for running the TMDB MCP Server?
The server requires macOS or Linux, Node.js version 18.0.0 or higher, npm version 8.0.0 or higher, and a minimum of 4GB RAM and 1GB free disk space.
How do I get a TMDB API key?
Sign up for a free account at TMDB, navigate to the API section in your account settings, and request an API key for developer use.
What features does the TMDB MCP Server offer?
It offers movie search by title or keywords, movie recommendations based on a movie ID, and trending movies retrieval for a specified time window.
How do I handle errors with the TMDB MCP Server?
The server includes error handling for invalid API keys, network errors, invalid movie IDs, and malformed requests, providing user-friendly error messages.