trakt-mcp-server
Verified Safeby fab-codes
Overview
Provides AI assistants with access to the Trakt.tv API for TV show tracking, watchlist management, and personalized viewing recommendations.
Installation
python -m trakt_mcp_server --httpEnvironment Variables
- TRAKT_CLIENT_ID
- TRAKT_ACCESS_TOKEN
- TRAKT_API_VERSION
- LOG_LEVEL
Security Notes
The server loads sensitive API credentials (Trakt Client ID, Access Token) from environment variables, which is a good security practice. It uses `httpx` with configured timeouts and connection pooling for network requests. Comprehensive error handling is implemented for various API and network issues, including specific handling for 401 (AuthenticationError) and 429 (Rate Limit). There are no 'eval' statements, code obfuscation, or other immediately apparent malicious patterns. The `User-Agent` is hardcoded, which is standard for API clients and not a security risk.
Similar Servers
HowToCook-mcp
Provides an AI assistant with tools for recipe lookup, meal planning, and food recommendations.
opentelemetry-mcp-server
Enables AI assistants to query and analyze OpenTelemetry traces from LLM applications for debugging, performance, and cost optimization.
trello-mcp-server
Provides an AI-agent-friendly interface (MCP server) to interact with the Trello API for managing boards, lists, cards, and other Trello resources.
cozyreq
An AI agent to interact with and explore API endpoints by consuming OpenAPI specifications and user prompts.