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.

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • 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.
    20
    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.
    20

View all related MCP servers

Related MCP Connectors

  • Movies and TV show data — search, details, ratings, and cast from iTunes and TVmaze APIs

  • TMDB v3: movies, TV, people, trending, discover, genres, credits. Free key.

  • OMDb MCP — IMDB-derived movie / TV / episode data (BYO key)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamayoung/tmdb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server