Trakt
@wwiens
About Trakt
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"trakt": {
"command": "python.exe",
"args": [
"server.py"
],
"host": "127.0.0.1",
"port": 5000,
"timeout": 30000
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Trakt?
Trakt is an MCP (Model Context Protocol) server that bridges AI language models with the Trakt.tv API, allowing LLMs to access real-time entertainment data and personal Trakt viewing history. It is built with a domain-focused architecture using FastMCP, providing clean separation across authentication, shows, seasons, episodes, movies, people, user data, comments, search, and check-in functionality.
How to use Trakt?
Trakt can be run via Docker, uvx (without cloning), or local installation (requires Python 3.12+). You need Trakt API credentials (client ID and secret). Configure it in Claude Desktop or MCP hub by adding the server to your MCP configuration file with the appropriate command and environment variables.
Key features of Trakt
- Access trending, popular, anticipated, and top-grossing content
- View personal watched shows, movies, and progress
- Get personalized movie and show recommendations
- Manage ratings, watchlist, playback progress, and history
- Browse comments, reviews, and cast/crew for any content
- Secure OAuth authentication with device code flow
Use cases of Trakt
- Ask an AI assistant for currently trending movies or shows
- Get personalized recommendations based on your Trakt history
- Manage your watchlist or check in to shows via natural language
- Look up cast, crew, ratings, and reviews for any movie or show
- Track your viewing progress and see what to watch next
FAQ from Trakt
Do I need a Trakt account to use this server?
Public Trakt data (trending, popular, box office, etc.) does not require authentication. Personal features like watch history, ratings, recommendations, and check-ins require a Trakt account and OAuth authentication via device code flow.
How do I authenticate with Trakt?
Authentication uses the Trakt device code flow. Your OAuth token is persisted to ~/.trakt-mcp/auth_token.json (or a custom path via TRAKT_AUTH_TOKEN_PATH), so authorization survives across uvx invocations.
What are the runtime and dependency requirements?
Running locally requires Python 3.12 or newer. Alternatively, you can use Docker or run with uvx (requires uv installed). The server is configured in Claude Desktop as a command-line MCP tool.
How is pagination handled for list endpoints?
You can pass a page parameter for single-page results with pagination metadata, or omit it to auto-paginate up to a given limit. Use limit=0 to fetch all available results (capped at 100 for safety).
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments