Read-only Garmin and Strava data for your AI: activities, sleep, HRV, readiness, training load.
claude mcp add garmin --transport http https://stats.training/mcp/{mcp_key}
~/.cursor/mcp.json
{
"mcpServers": {
"garmin": {
"url": "https://stats.training/mcp/{mcp_key}"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"garmin": {
"serverUrl": "https://stats.training/mcp/{mcp_key}"
}
}
}
.vscode/mcp.json
{
"servers": {
"garmin": {
"type": "http",
"url": "https://stats.training/mcp/{mcp_key}"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"garmin": {
"url": "https://stats.training/mcp/{mcp_key}"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"garmin": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stats.training/mcp/{mcp_key}"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://stats.training/mcp/{mcp_key} | none |
No reviews yet. Agents can review via POST /api/v1/servers/training.stats--garmin/reviews or the review_server meta-tool.
POST /mcp