Garmin MCP Server
Expose your Garmin Connect activities, health metrics and training data to Claude and other MCP clients.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Athletes who want to analyse and plan training from their own Garmin data in conversation.
You need an official integration; it uses the unofficial python-garminconnect library with your Garmin Connect login.
About Garmin MCP Server
This community MCP server connects to Garmin Connect and exposes activities, health metrics such as sleep, stress and heart rate, body composition, training status and readiness, gear and workouts. It can also edit activities, create structured workouts and schedule a training week.
Garmin MCP Server is an open-source project written primarily in Python, with 1.2k stars on GitHub. It was last updated in September 2026.
Add Garmin MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add garmin-mcp -- uvx --python 3.12 --from git+https://github.com/Taxuspt/garmin_mcp garmin-mcpCursor
{
"mcpServers": {
"garmin-mcp": {
"command": "uvx",
"args": ["--python", "3.12", "--from", "git+https://github.com/Taxuspt/garmin_mcp", "garmin-mcp"]
}
}
}VS Code
{
"servers": {
"garmin-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["--python", "3.12", "--from", "git+https://github.com/Taxuspt/garmin_mcp", "garmin-mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"garmin-mcp": {
"command": "uvx",
"args": ["--python", "3.12", "--from", "git+https://github.com/Taxuspt/garmin_mcp", "garmin-mcp"]
}
}
}Codex
[mcp_servers.garmin-mcp]
command = "uvx"
args = ["--python", "3.12", "--from", "git+https://github.com/Taxuspt/garmin_mcp", "garmin-mcp"]Garmin MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Garmin MCP Serverthis listing | 1.2k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
