MCP Server for Trakt.TV

Connect your Trakt account to AI clients

Query watch history, watchlist, ratings, and recommendations directly within custom GPTs, Claude Desktop, or other Model Context Protocol integrations.

Hosted Endpoint URL
https://trakt-mcp.lorenzo0111.me/api/mcp

Authentication

Public tools (search, trending, metadata) do not require authentication. Connect your Trakt profile below to access your watchlist, personal ratings, viewing history, check-ins, and recommendations.

Connect with Trakt

Client Configuration

{
  "mcpServers": {
    "trakt": {
      "url": "https://trakt-mcp.lorenzo0111.me/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TRAKT_ACCESS_TOKEN"
      }
    }
  }
}

Paste this configuration snippet directly into your MCP-compatible client JSON configuration. Remove the headers object entirely if you only intend to use public tools.

Capabilities

Search & Discover

Query movies, shows, seasons, episodes, and crew. Access trending lists.

Watchlist

Read, add, or delete watchlists objects in real time.

Syncing

Retrieve past history lists, check viewing stats, and log viewings.

Feedback Loop

Add rating weights (1โ€“10) or query taste profiles for automated recommendations.

Available Tools (32)

โšก Public ยท ๐Ÿ”’ Requires Auth

trakt_search
trakt_lookup
trakt_get_movie
trakt_trending_movies
trakt_popular_movies
trakt_related_movies
trakt_movie_people
trakt_anticipated_movies
trakt_get_show
trakt_trending_shows
trakt_popular_shows
trakt_get_show_seasons
trakt_get_season_episodes
trakt_get_episode
trakt_related_shows
trakt_show_people
๐Ÿ”’trakt_get_profile
๐Ÿ”’trakt_get_stats
๐Ÿ”’trakt_get_watchlist
๐Ÿ”’trakt_add_to_watchlist
๐Ÿ”’trakt_remove_from_watchlist
๐Ÿ”’trakt_get_history
๐Ÿ”’trakt_add_to_history
๐Ÿ”’trakt_get_ratings
๐Ÿ”’trakt_add_rating
๐Ÿ”’trakt_get_watched
๐Ÿ”’trakt_checkin
๐Ÿ”’trakt_delete_checkin
๐Ÿ”’trakt_get_lists
๐Ÿ”’trakt_get_list_items
๐Ÿ”’trakt_get_calendar
๐Ÿ”’trakt_get_recommendations