A Model Context Protocol (MCP) server that creates a bridge between AI language models and the Trakt.tv API, allowing LLMs to access real-time entertainment data and personal Trakt viewing history.
A Model Context Protocol (MCP) server that creates a bridge between AI language models and the Trakt.tv API, allowing LLMs to access real-time entertainment data and personal Trakt viewing history.
docker run -d --rm --name trakt_mcpserver -e TRAKT_CLIENT_ID=your_client_id -e TRAKT_CLIENT_SECRET=your_client_secret -p 8080:8080 ghcr.io/wwiens/trakt_mcpserver:latestAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-trakt": {
"command": "npx",
"args": [
"-y",
"docker run -d --rm --name trakt_mcpserver -e TRAKT_CLIENT_ID=your_client_id -e TRAKT_CLIENT_SECRET=your_client_secret -p 8080:8080 ghcr.io/wwiens/trakt_mcpserver:latest"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Mcp Trakt?"
No configuration required. This server works out of the box.
"What resources are available in Mcp Trakt?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Mcp Trakt"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Mcp Trakt with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.