Tmdb MCP Server

v1.0.0APIsstable

MCP server for tmdb

art-and-culture
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

MCP server for tmdb

Features

  • search_movies
  • get_movie_details
  • discover_movies
  • get_recommendations
  • get_trending

Use Cases

Search for movies by title. Returns a list of movies matching the search query with basic information like title, release date, overview, and rating.
Get detailed information about a specific movie using its TMDB ID. Returns comprehensive details including budget, revenue, runtime, genres, production companies, and more.
Discover movies with advanced filters including genre, language, year range, rating, and sorting. Perfect for finding movies that match specific criteria like 'Japanese sci-fi movies from 2020 onwards with rating above 7' or 'Korean dramas with high
Get movie recommendations based on a specific movie. Returns similar movies that users who liked the given movie also enjoyed. Great for 'If you liked X, try Y' suggestions.
Get daily or weekly trending movies, TV shows, or people. Returns what's currently popular on TMDB based on user activity.
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y tmdb

Manual Installation

npx -y tmdb

Examples

Basic Configuration

Configure Tmdb MCP Server

npx -y tmdb

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "tmdb": { "command": "npx", "args": ["-y", "tmdb"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Tmdb MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides