Skip to main content
Glama
tcehjaava

TMDB MCP Server

by tcehjaava

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TMDB_ACCESS_TOKENYesYour TMDB API access token (get one free at https://www.themoviedb.org/settings/api)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_movies

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_movie_details

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

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 ratings'.

get_recommendations

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_trending

Get daily or weekly trending movies, TV shows, or people. Returns what's currently popular on TMDB based on user activity.

get_movie_credits

Get cast and crew information for a specific movie. Returns actors with their characters and crew members with their roles/departments.

search_tv_shows

Search for TV shows by name. Returns a list of TV shows matching the search query with basic information like name, first air date, overview, and rating.

get_tv_details

Get detailed information about a specific TV show using its TMDB ID. Returns comprehensive details including number of seasons, episodes, networks, creators, and more.

discover_tv_shows

Discover TV shows with advanced filters including genre, language, year, rating, and sorting. Perfect for finding shows that match specific criteria like 'Korean dramas from 2023 with rating above 7' or 'Japanese anime shows'.

get_tv_recommendations

Get TV show recommendations based on a specific show. Returns similar shows that users who liked the given show also enjoyed.

get_tv_credits

Get cast and crew information for a specific TV show. Returns actors with their characters and crew members with their roles/departments.

search_people

Search for people (actors, directors, producers, crew) by name. Returns basic info including profile photo, known for department, and movies/TV shows they're known for.

get_person_details

Get detailed biographical information about a person (actor, director, crew member). Returns full biography, birth info, death date (if applicable), IMDb ID, homepage, and more.

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

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