Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. TMDB MCP Server
TMDB MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 3:46:34 PM

TMDB MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
tmdbmoviestventertainmentsearch

Searches TMDB for movies, shows, people, ratings, streaming providers, credits, recommendations, and structured discovery results.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Automated check passedβ€” started and listed 31 tools correctly (3d ago).
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Configure Environment Variables (API Keys, Tokens, Options):
Add required secrets below β€” values are included directly in the generated snippet so you can copy and paste with confidence.
Quick Add:
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "tmdb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tmdb-mcp"
      ],
      "env": {
        "TMDB_API_TOKEN": "YOUR_VALUE_HERE"
      }
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (31) Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Overview

TMDB MCP Server MCP server exposes The Movie Database through standard MCP over stdio for searching and inspecting movies, TV shows, and people. It combines TMDB metadata with optional IMDb, Rotten Tomatoes, and Metacritic ratings from OMDb, while also covering credits, recommendations, watch providers, videos, reviews, collections, and episodes. Use it when an agent needs current entertainment metadata, title discovery by filters, regional availability, or links between TMDB and IMDb identifiers. A TMDB v4 Read Access Token is required; OMDb ratings and localization settings are optional.

Use cases

β€’Search for a movie and retrieve its overview, credits, certification, and external ratings
β€’Discover highly rated films by genre, decade, cast, company, or streaming provider
β€’Check where a movie or TV show is available to stream, rent, or buy by country
β€’Build a person's filmography from cast and crew credits
β€’List a show's seasons, episodes, trailers, reviews, and recommendations

Key features

β€’Movie, TV, and people search with TMDB IDs
β€’Structured movie and TV discovery filters
β€’Optional IMDb, Rotten Tomatoes, and Metacritic ratings via OMDb
β€’Credits, filmographies, recommendations, reviews, and collections
β€’Regional watch-provider and certification lookups
β€’TV season, episode, video, and trending data

Capabilities & Tool Schemas (31) ~11.9k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by TMDB MCP Server.

search_movies

Search TMDB movies by title; returns compact summaries with the TMDB id that the other movie tools (get_movie, get_movie_credits, …) require, plus pagination info. Use this over search_multi when you already know the result is a movie. `region` here only picks which country's release_date is shown per result (e.g. a title's US vs. India theatrical date) β€” verified live, it does not filter which movies match or reorder them; for actual region-based availability use get_watch_providers instead.

search_tv

Search TMDB TV shows by name; returns compact summaries with the TMDB id that get_tv and the other TV tools require. Use this over search_multi when you already know the result is a TV show.

search_multi

Search movies, TV shows and people in one call. Each result carries a media_type ('movie' | 'tv' | 'person') so you can route to the right get_* tool. Use when the user's query could be any of these; if you already know the type, search_movies/search_tv/search_people are more precise.

search_people

Search TMDB people (actors, directors, crew) by name; returns the TMDB id needed by get_person plus their top 5 best-known titles (known_for). Use this over search_multi when you already know the result is a person.

search_keywords

Resolve keyword names to TMDB keyword ids (e.g. 'time travel', 'based on true story'). Feed the ids into discover_movies/discover_tv via with_keywords / without_keywords.

search_companies

Resolve a production company's name to its TMDB numeric id (e.g. 'A24', 'Pixar'). Feed the id into discover_movies/discover_tv via with_companies. Company names aren't unique β€” TMDB can have several unrelated companies sharing the same name (e.g. two different 'A24's, one US and one GB) β€” check origin_country and logo_url to tell rows apart when a name matches more than one.

How TMDB MCP Server works

What TMDB MCP Server MCP server does

TMDB MCP Server MCP server gives MCP clients access to The Movie Database for movie, TV, and person research. It can search titles and people, retrieve TMDB identifiers, and return either compact cards or detailed records. Movie and TV details can include overviews, genres, runtime or season information, ratings averages, certifications, links, and credits. Person records include biographies and links, while person credits provide cast and crew filmographies.

The server also supports discovery workflows. Agents can find movies or shows by genres, dates, ratings, vote counts, languages, companies, keywords, providers, certifications, and other filters. Movie discovery supports cast, crew, and person filters; TV discovery does not support those person-based filters, so TV work by an individual should be found through their credits. Search helpers resolve genre, keyword, company, and watch-provider names into IDs for later discovery calls.

How it works

The server communicates over MCP stdio and can be used by clients such as Claude Desktop, Cursor, and Cline. Most workflows begin with a search tool, then pass the returned TMDB ID to a detail, credit, recommendation, or media tool. Separate batch tools retrieve compact information for up to 20 movies or TV shows at once.

TMDB is the primary data source. When an IMDb ID is available and an OMDb key has been configured, detailed movie and TV lookups can add IMDb, Rotten Tomatoes, and Metacritic scores plus an awards summary. OMDb failures or missing keys return an unavailable ratings result rather than preventing the main TMDB lookup. The server also provides MCP prompts for planning similar-title searches and finding highly regarded titles associated with a person or production company.

Setup and configuration

Install the package through npm with npx -y tmdb-mcp, then add the command to the MCP client's configuration. Set TMDB_API_TOKEN to a TMDB v4 Read Access Token; this is the only required credential. OMDB_API_KEY is optional and enables external ratings enrichment. TMDB_LANGUAGE controls localization and defaults to en-US, while TMDB_REGION can set the region used for certification and related localized behavior.

Claude Desktop users can alternatively install the .mcpb bundle from a release and enter the token in the installation dialog. From source, clone the repository, run npm ci && npm run build, and start the resulting dist/index.js with Node and the same environment variables.

Tools and capabilities

TMDB MCP Server MCP server includes tools for:

  • Searching movies, TV shows, people, or mixed media, including IMDb-to-TMDB ID resolution.
  • Retrieving full or compact title details, certifications, ratings, reviews, collections, credits, and person filmographies.
  • Finding recommendations, genre- or keyword-based similar titles, trending media, trailers, teasers, and clips.
  • Discovering movies and TV shows with structured filters such as dates, ratings, providers, companies, networks, status, and certification.
  • Checking streaming, rental, and purchase availability by country through TMDB's JustWatch data.
  • Reading TV season episode lists and individual episode details, including episode directors and writers.

Limitations and notes

Regional behavior varies by tool. get_watch_providers is the appropriate choice for availability by country, while a movie search region mainly selects the release date displayed in results. Certifications fall back from the requested region to the US and then another available country; the response identifies which region supplied the value.

TV discovery cannot filter by cast, crew, or person. TV show-level credits also may not reliably identify creators, writers, or directors, so use get_tv.created_by for show creators and get_tv_episode for episode-level writing and directing information. Similar-title result counts reflect TMDB's unfiltered totals even when the server removes weak broad-genre matches, so pages may contain few or no usable results. Video results are limited by the configured TMDB_LANGUAGE and have no per-call language override.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • Kirbah MCP Youtube logoKirbah MCP Youtube

    Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien…

    πŸ—„οΈ Databases3 views
    Compare vs Kirbah MCP Youtube β†’
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    πŸ—„οΈ Databases5 views
    Compare vs Genai Toolbox β†’
  • MCP Toolbox for Databases logoMCP Toolbox for Databases

    MCP Toolbox for Databases enables your agent to connect to your database.

    πŸ—„οΈ Databases1 views
    Compare vs MCP Toolbox for Databases β†’
  • Pg Aiguide logoPg Aiguide

    Comprehensive PostgreSQL documentation and best practices, including ecosystem tools

    πŸ—„οΈ Databases0 views
    Compare vs Pg Aiguide β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
4
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Availability
100%
Our rolling endpoint + install checks that succeeded.
Install check
Passed
Our sandbox started it and listed its tools.
Tools exposed
31
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about TMDB MCP Server

Add `npx -y tmdb-mcp` as the MCP server command and set the required `TMDB_API_TOKEN` environment variable. A downloadable `.mcpb` bundle is also available for Claude Desktop.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTMDB MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tmdb-mcp-server?style=directory)](https://allmcps.com/mcp/tmdb-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/tmdb-mcp-server"><img src="https://allmcps.com/api/badge/tmdb-mcp-server?style=directory" alt="TMDB MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Cline / VS Code
Last updatedSep 5, 2026
4/4 checks healthy over the last 46d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 24, 2026
70Quality signal: Great Β· 70/100How this signal is calculated β–Ύ
Server availability25/25
Verified ownership10/20
Documentation & tools30/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 6d ago via OSV.dev Β· tmdb-mcp (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to TMDB MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients