Skip to main content
Glama
lonzzi

TMDB MCP Server

by lonzzi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TMDB_API_KEYYesYour TMDB API key. Obtain from themoviedb.org.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_moviesB

Search for movies on TMDB by title to get metadata like overview, release date, and rating

search_tv_showsA

Search for TV shows on TMDB by title to get metadata like overview, first air date, and rating

get_movie_detailsA

Get detailed information about a specific movie by its ID

get_tv_show_detailsB

Get detailed information about a specific TV show by its ID

get_trending_moviesC

Get a list of trending movies

get_trending_tvB

Get a list of trending TV shows

search_personA

Search for people (actors, directors, etc.) on TMDB

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

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