Laksh-star_mcp-server-tmdb
0
The TMDB MCP Server integrates with the TMDB API, providing search, recommendation, and trending movie capabilities through a Model Context Protocol server. It facilitates easy access to detailed movie information and simplifies media discovery and curation.
TMDB MCP Server
This MCP server integrates with The Movie Database (TMDB) API to provide functionalities such as movie information retrieval, search capabilities, and recommendations.
Prerequisites
- Node.js: Version 18.0.0 or higher
- npm: Version 8.0.0 or higher
- TypeScript: Can be installed globally
- TMDB Account: Free account required with an API key
- Claude Desktop Application: Latest version installed
Features
- search_movies: Search for movies by title or keywords.
- get_recommendations: Obtain recommendations based on a movie ID.
- get_trending: Retrieve trending movies for a specified period.
System Requirements
- OS: macOS, Windows 10/11, Linux
- Hardware: Minimum 4GB RAM, stable internet connection
Resources
Access comprehensive movie details including title, release date, rating, genres, and more.
Getting Started
- Obtain a TMDB API key.
- Clone the repository and set up the project.
- Build the server and configure environment variables.