Laksh-star_mcp-server-tmdb

Laksh-star_mcp-server-tmdb

3.1

If you are the rightful owner of Laksh-star_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 access trending movie data. It requires Node.js, npm, and TypeScript for setup, and a TMDB account for API access. The server is compatible with macOS, Windows, and Linux, and integrates seamlessly with the Claude Desktop Application. It provides detailed movie information, including titles, release dates, ratings, genres, and more, all in JSON format. The server is equipped with robust error handling to manage invalid API keys, network issues, and malformed requests, ensuring 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'.