TMDB MCP Server
JSON →Access movie information, search, and recommendations from The Movie Database (TMDB) API.
Install
npx wrangler Tools · 30
- search_movies Search for movies by title using TMDB API
- get_movie_details Get detailed information about a specific movie by ID
- get_trending Get trending movies or TV shows for the day or week
- search_tv Search for TV shows by title using TMDB API
- get_tv_details Get detailed information about a specific TV show by ID
- get_movie_credits Get cast and crew information for a movie
- get_tv_credits Get cast and crew information for a TV show
- get_movie_recommendations Get movie recommendations based on a movie ID
- get_tv_recommendations Get TV show recommendations based on a TV show ID
- get_now_playing Get movies currently playing in theaters
- get_popular_movies Get a list of popular movies
- get_top_rated_movies Get a list of top-rated movies
- get_upcoming_movies Get a list of upcoming movies
- get_popular_tv Get a list of popular TV shows
- get_top_rated_tv Get a list of top-rated TV shows
- get_tv_season_details Get details about a specific season of a TV show
- get_tv_episode_details Get details about a specific episode of a TV show
- get_person_details Get details about a person (actor, director, etc.)
- get_person_movie_credits Get movie credits for a person
- get_person_tv_credits Get TV credits for a person
- discover_movies Discover movies by various filters (genre, year, rating, etc.)
- discover_tv Discover TV shows by various filters (genre, year, rating, etc.)
- get_genres Get a list of movie and TV show genres
- get_movie_videos Get videos (trailers, clips) for a movie
- get_tv_videos Get videos (trailers, clips) for a TV show
- get_movie_images Get images (posters, backdrops) for a movie
- get_tv_images Get images (posters, backdrops) for a TV show
- search_people Search for people by name using TMDB API
- get_movie_external_ids Get external IDs for a movie (IMDB, Facebook, etc.)
- get_tv_external_ids Get external IDs for a TV show (IMDB, Facebook, etc.)
Environment variables
TMDB_MCP_ACCESS_TOKENTMDB_API_KEYACCESS_TOKEN
Links
★ 73 GitHub stars