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

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