trakt mcp for VS Code
io.github.mrfentmen/trakt-mcp
MCP server for Trakt: shows, movies, trending. Needs a free API key.
client:VS Code
transport:stdio
runtime:npm
Install trakt mcp in VS Code
.vscode/mcp.json
{
"servers": {
"trakt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"trakt-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs