tmdb-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tmdb-mcpWhat movies are trending this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tmdb-mcp
Local, read-only TMDB MCP server for discovering movies and TV series from Codex.
Tools
tmdb_search_moviestmdb_get_movietmdb_list_moviestmdb_trending_moviestmdb_discover_moviestmdb_get_related_moviestmdb_list_movie_genrestmdb_list_watch_providerstmdb_search_tvtmdb_get_tv_seriestmdb_list_tv_seriestmdb_trending_tvtmdb_discover_tvtmdb_get_related_tvtmdb_list_tv_genrestmdb_list_tv_watch_providerstmdb_search_peopletmdb_get_persontmdb_get_person_creditstmdb_get_tv_seasontmdb_get_tv_episodetmdb_get_collectiontmdb_search_keywordstmdb_find_by_external_idtmdb_get_content_ratingstmdb_search_multitmdb_search_collectionstmdb_get_creditstmdb_get_reviews
The server supports title search, exact movie details, popular/top-rated/current lists, daily or weekly trends, advanced discovery filters, recommendations, similar movies, genres, and regional streaming-provider lookup.
TV tools provide the same workflows for series, including airing-today and on-the-air lists, first-air-date discovery filters, creators, aggregate cast, episode runtime, season and episode counts, and regional providers.
People tools search actors and crew, return biography details, and provide bounded movie, TV, or combined credits filtered by cast or crew roles. Movie discovery also accepts person, cast, and crew IDs for queries such as highly rated films directed by a particular filmmaker.
Additional catalog tools inspect full TV seasons and individual episodes,
expand movie collections in release order, resolve TMDB entries from external
IDs such as IMDb or TVDB, and return regional movie certifications or TV
content ratings. Keyword search returns stable IDs accepted by the
keywordIds filter in both movie and TV discovery; keywordMode controls
whether multiple IDs are combined with AND or OR semantics.
Catalog tools also provide unified movie, TV, and people search; franchise search; paginated movie and TV reviews; and bounded cast or crew credits. Series and season credit requests use TMDB's aggregate view so results cover the complete run instead of only the newest season.
It does not expose account sessions, favorites, ratings, watchlists, lists, or any other mutation.
Related MCP server: moviefinder-mcp
Requirements
Node.js 22+
pnpmA TMDB API Read Access Token
Setup
Create or sign into your TMDB account.
Request API access from the API section of your account settings.
Copy
.env.exampleto.env.Set
TMDB_READ_ACCESS_TOKENto the API Read Access Token.Install and build:
pnpm install
pnpm buildRun the stable built server:
pnpm startExample Codex configuration:
[mcp_servers.tmdb]
command = "node"
args = ["--env-file=/absolute/path/to/tmdb-mcp/.env", "/absolute/path/to/tmdb-mcp/dist/server.js"]Use pnpm dev only while developing the server.
Tool behavior
Language defaults to
TMDB_LANGUAGE, thenen-US.Region defaults to
TMDB_REGION, thenUS.Adult content is excluded by default.
List responses expose
next_page; the server never silently crawls pages.Rating-sorted discovery defaults to at least 200 votes unless
minVoteCountis explicitly supplied.Related-movie lookup defaults to TMDB recommendations.
similaris the narrower genre-and-keyword alternative.Watch-provider results are supplied by JustWatch and include the required attribution.
Example discovery call
{
"genres": [878],
"releaseDateFrom": "2015-01-01",
"minRating": 7,
"minVoteCount": 500,
"maxRuntime": 150,
"sortBy": "vote_average.desc",
"region": "US"
}Use tmdb_list_movie_genres and tmdb_list_watch_providers to resolve the IDs
accepted by discovery filters.
TV discovery uses the corresponding tmdb_list_tv_genres and
tmdb_list_tv_watch_providers tools.
Resolve a person ID with tmdb_search_people, inspect their biography with
tmdb_get_person, then use tmdb_get_person_credits or pass the ID through
castIds, crewIds, or personIds in tmdb_discover_movies.
Resolve a discovery keyword with tmdb_search_keywords, then pass its ID to
keywordIds in tmdb_discover_movies or tmdb_discover_tv.
Verification
pnpm format:check
pnpm lint
pnpm typecheck
pnpm test
pnpm build
pnpm smokepnpm smoke makes live read-only requests and requires a configured token.
Contributing and license
See CONTRIBUTING.md for the local development workflow. This project is licensed under the MIT License.
Maintenance
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
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables searching and retrieving detailed information about movies and TV shows using The Movie Database (TMDB) API.1
- FlicenseAqualityDmaintenanceAn MCP server that wraps The Movie Database (TMDB) API, enabling search for movies and TV shows, retrieval of movie details, recommendations, similar movies, trending content, streaming providers, and movie discovery.8
- FlicenseAqualityDmaintenanceAn MCP server that wraps the TMDB API, enabling search of movies and TV shows, retrieval of details, trending titles, recommendations, and streaming provider information.8
- AlicenseAqualityCmaintenanceMCP server for the OMDb API - search movies, series, and episodes from any MCP-compatible client.5MIT
Related MCP Connectors
OMDb MCP — IMDB-derived movie / TV / episode data (BYO key)
Trakt MCP — TV/movie metadata + watch tracking signals
TheGamesDB MCP — wraps TheGamesDB API (thegamesdb.net), a community
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/EthanDM/tmdb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server