trakt-mcp-server

phhusson/trakt-mcp-server

3.1

If you are the rightful owner of trakt-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server is a versatile tool designed to facilitate communication between different software components, particularly in environments utilizing machine learning models and large language models (LLMs).

Setup:

virtualenv venv source venv/bin/activate pip install -r requirements.txt python run.py

Follow the instructions provided by run.py to login, this will save credentials into user_secret.yaml (don't share it)

Then you can launch this MCP server with: /where/is/trakt-mcp-server/venv/bin/fastmcp run -t stdio /where/is/trakt-mcp-server/run.py

For instance, with claude_desktop_config.json: { "mcpServers": { "trakt": { "command": "/where/is/trakt-mcp-server/venv/bin/fastmcp", "args": [ "run", "-t", "stdio", "/where/is/trakt-mcp-server/run.py" ] } } }