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 "Install 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 Health 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables ChatGPT to access and analyze personal Garmin health data including daily steps, heart rate, calories, sleep duration, and body battery levels. Collects data via webhook from Garmin devices and provides health insights through natural language queries.2
- 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
- Alicense-qualityDmaintenanceEnables AI agents to access Garmin Connect activities, workouts, and workout templates for querying and creating workout plans.5MIT
Related MCP Connectors
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
Create Hevy routines and analyze your training from chat. Unofficial; BYO Hevy PRO API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlexGarciaPer/garmin-connect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server