Garmin MCP for Claude Desktop
com.garminmcp/garmin
Read-only Garmin data for your AI: sleep, Body Battery, activities, laps, and training status.
client:Claude Desktop
transport:streamable-http
Install Garmin MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"garmin": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://garminmcp.com/u/{user_id}/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