coach mcp for Claude Desktop
io.github.snoozelieb/coach-mcp
Adaptive AI training coach MCP server backed by Garmin Connect
client:Claude Desktop
transport:stdio
runtime:pypi
Install coach mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"coach-mcp": {
"command": "uvx",
"args": [
"garmin-coach-mcp"
],
"env": {
"GARMIN_EMAIL": "<GARMIN_EMAIL>",
"GARMIN_PASSWORD": "<GARMIN_PASSWORD>",
"COACH_DATA_DIR": "<COACH_DATA_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs