Skip to main content
Glama
ryanxili

TMDB MCP Server

by ryanxili

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TMDB_API_KEYYesThe Movie Database (TMDB) API Key. Can be obtained from the TMDB account settings under the API section.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_movieC

Search for movies by query

search_tvC

Search for TV shows by query

search_personC

Search for people by query

search_multiC

Search for movies, TV shows, and people

trending_movie_dayC

Get trending movies of the day

trending_movie_weekC

Get trending movies of the week

trending_tv_dayC

Get trending TV shows of the day

trending_tv_weekC

Get trending TV shows of the week

trending_all_dayB

Get all trending of the day (movies, TV, people)

trending_all_weekB

Get all trending of the week (movies, TV, people)

movie_popularC

Get popular movies

movie_top_ratedC

Get top rated movies

movie_now_playingC

Get now playing movies in theaters

movie_upcomingC

Get upcoming movies

movie_detailsC

Get movie details by ID

movie_creditsC

Get movie cast and crew by ID

movie_similarC

Get similar movies by ID

movie_recommendationsC

Get movie recommendations by ID

movie_videosC

Get movie videos (trailers, teasers, etc.) by ID

tv_popularC

Get popular TV shows

tv_top_ratedC

Get top rated TV shows

tv_airing_todayC

Get TV shows airing today

tv_on_the_airC

Get TV shows currently on air

tv_detailsC

Get TV show details by ID

tv_creditsC

Get TV show cast and crew by ID

tv_similarC

Get similar TV shows by ID

tv_videosC

Get TV show videos by ID

person_detailsB

Get person details by ID

person_movie_creditsC

Get person movie credits by ID

person_tv_creditsC

Get person TV credits by ID

genre_movie_listB

Get list of movie genres

genre_tv_listB

Get list of TV genres

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/ryanxili/tmdb-mcp'

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