Trainzilla Coach MCP for Claude Desktop
io.github.trainzilla/trainzilla-mcp
Manage clients, plans, sessions, habits, and billing on Trainzilla via one-click OAuth.
client:Claude Desktop
transport:streamable-http
Install Trainzilla Coach MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"trainzilla-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.tzilla.live/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs