MCP Trakt
JSON →Access real-time entertainment data and personal viewing history from the Trakt.tv API.
Install
npx @modelcontextprotocol/inspector Tools · 36
- get_trending_shows Access trending shows from Trakt's global community
- get_trending_movies Access trending movies from Trakt's global community
- get_popular_shows Access popular shows from Trakt's global community
- get_popular_movies Access popular movies from Trakt's global community
- get_anticipated_shows Discover the most anticipated shows
- get_anticipated_movies Discover the most anticipated movies
- get_favorited_shows Discover the most favorited shows
- get_favorited_movies Discover the most favorited movies
- get_played_shows Discover the most played shows
- get_played_movies Discover the most played movies
- get_watched_shows Discover the most watched shows
- get_watched_movies Discover the most watched movies
- get_box_office_movies Get the top-grossing U.S. box office movies from last weekend
- get_show_ratings View detailed ratings for a show including average score and distribution
- get_movie_ratings View detailed ratings for a movie including average score and distribution
- browse_show_seasons Browse show seasons with episode counts, aired episodes, and ratings per season
- get_season_details Dive into specific seasons with detailed info, episode lists, ratings, cast & crew, videos, translations, and engagement stats
- get_season_watching See who's watching a specific season right now
- get_season_lists Find lists containing a specific season
- get_episode_details Explore individual episodes with detailed summaries, ratings, cast & crew, videos, translations, and engagement stats
- get_episode_watching See who's watching a specific episode right now
- get_episode_lists Find lists containing a specific episode
- get_cast_and_crew Look up cast and crew for any movie or show, with optional guest stars for shows
- get_person_details Explore people with biographies, social media, and full filmographies
- get_person_credits Browse a person's credits across movies and shows with character names and episode counts
- get_person_lists Find lists containing a specific person
- get_watched_shows_personal View your complete list of personally watched shows with last-watched dates and watch counts
- checkin_show Check in to a show you're currently watching by show ID or title, with optional custom message
- search_shows Search for shows to find their details and IDs
- get_ratings View your personal ratings for movies, shows, seasons, and episodes with pagination support
- add_rating Add a personal rating for a movie, show, season, or episode
- remove_rating Remove a personal rating for a movie, show, season, or episode
- get_watchlist View items from your watchlist with pagination, sorting, and type filtering support
- add_to_watchlist Add items to your watchlist with optional notes (VIP feature, 500 char limit)
- remove_from_watchlist Remove items from your watchlist
- get_show_progress Track your watched progress for any TV show, viewing episodes watched and remaining
Environment variables
TRAKT_CLIENT_IDTRAKT_CLIENT_SECRET
Links
★ 30 GitHub stars