LogoSTMCP
Download
TMDB MCP Server

TMDB MCP Server

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

Tools

1. search_movies

Search for movies by title or keywords, returning a list of movies with titles, release years, IDs, ratings, and overviews.

2. get_recommendations

Get movie recommendations based on a movie ID, returning top 5 recommended movies with detailed information.

Get trending movies for a specified time window (either "day" or "week"), returning top 10 trending movies with details.

JSON Config

{
  "mcpServers": {
    "tmdb": {
      "command": "/full/path/to/dist/index.js",
      "env": {
        "TMDB_API_KEY": "your_api_key_here"
      }
    }
  }
}

Information