Garmin Connect MCP
Provides tools for retrieving recent activities, activity details, splits, heart rate zones, daily stats, and activities filtered by date from Garmin Connect.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Garmin Connect MCPshow my last 5 running activities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Garmin Connect MCP
MCP server that connects Claude Desktop with your Garmin Connect account.
Available tools
Tool | Description |
| Latest N activities with key metrics |
| Full metrics for a specific activity by ID |
| Lap/split data for an activity |
| Time in each heart rate zone |
| Daily stats: steps, calories, resting HR, stress, sleep |
| Activities in a date range, filterable by type |
Related MCP server: Garmin Workouts MCP Server
Installation
Clone the repo and create a virtual environment:
python3 -m venv garmin-mcp-env
source garmin-mcp-env/bin/activate
pip install -r requirements.txtConfigure Claude Desktop (
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"garmin": {
"command": "/ABSOLUTE/PATH/TO/garmin-mcp-env/bin/python",
"args": ["/ABSOLUTE/PATH/TO/garmin-mcp/server.py"],
"env": {
"GARMIN_EMAIL": "your@email.com",
"GARMIN_PASSWORD": "your_password"
}
}
}
}Restart Claude Desktop.
Notes
Credentials are stored in plain text in
claude_desktop_config.json— never commit that file.Do not move
garmin-mcp-env/after creation — venvs use absolute paths and break when relocated.
Dependencies
garminconnect 0.3.6+
mcp — Anthropic MCP SDK
Related MCP Connectors
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
- freddyOAuthcoach.freddy
Connect your wearables, rings and training apps, then ask your AI about your own health data.
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
- Coach MCPOAuthai.iamcoach
Your endurance training data in your AI assistant: activities, recovery, plan, workout edits.
1
Related MCP Servers
- FlicenseAqualityCmaintenanceEnables querying Garmin health data stored in Supabase through natural language, providing access to VO2 max trends, activity breakdowns, sleep statistics, race predictions, heart rate zones, and training load metrics.7-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access Garmin Connect activities, workouts, and workout templates for querying and creating workout plans.5MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to query live Garmin Connect health and fitness data, including daily metrics, activities, sleep analysis, and trends via natural language.MIT
- FlicenseNot gradedqualityAmaintenanceEnables AI assistants to retrieve and analyze Garmin Connect health data, including daily summaries, sleep, HRV, workouts, and raw FIT files, while also supporting SQL queries on the underlying database.8-