Back to Home
fab-codes icon

trakt-mcp-server

Verified Safe

by fab-codes

Overview

Provides AI assistants with access to the Trakt.tv API for TV show tracking, watchlist management, and personalized viewing recommendations.

Installation

Run Command
python -m trakt_mcp_server --http

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-30

Tags

Trakt.tvTV Show TrackingWatchlist ManagementAPI IntegrationAI Assistant Tool