Skip to main content
Glama
adamayoung

TMDB MCP Server

by adamayoung

TMDB MCP Server

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

Installation

npx -y @adamayoung/mcp-server-tmdb

Usage with Claude Desktop

Add the following to your Claude Desktop configuration (~/Library/Application Support/Claude/config.json):

{
  "mcpServers": {
    "tmdb": {
      "command": "npx",
      "args": ["-y", "@adamayoung/mcp-server-tmdb"],
      "env": {
        "TMDB_API_KEY": "your_api_key_here"
      }
    }
  }
}

Usage with Claude Code

Add the following to your Claude Code settings:

{
  "mcpServers": {
    "tmdb": {
      "command": "npx",
      "args": ["-y", "@adamayoung/mcp-server-tmdb"],
      "env": {
        "TMDB_API_KEY": "your_api_key_here"
      }
    }
  }
}

Related MCP server: TMDB MCP Server

Prerequisites

  • Node.js 18.0.0 or higher

  • A TMDB API key

Features

Tools

  • search_movies - Search for movies by title or keywords

  • get_recommendations - Get movie recommendations based on a movie ID

  • get_trending - Get trending movies for a specified time window ("day" or "week")

Resources

  • Movies (tmdb:///movie/<movie_id>) - Comprehensive movie details including title, release date, rating, overview, genres, poster URL, cast, director, and reviews

Development

git clone git@github.com:adamayoung/tmdb-mcp.git
cd tmdb-mcp
npm install
npm run build

To watch for changes:

npm run watch

License

This MCP server is licensed under the MIT License. See the LICENSE file for details.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.
    8 npm
    76
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides integration with The Movie Database (TMDB) API for searching movies, TV shows, and people, accessing detailed information, and discovering popular and trending content. Enables AI assistants to access comprehensive movie and television metadata including ratings, cast, crew, and overviews.
    35 npm
    1
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides access to The Movie Database (TMDB) API for searching movies, retrieving movie details, cast information, and browsing current, upcoming, popular, and top-rated films, as well as searching for actors and directors.
    35 npm
    -