Garmin Connect MCP Server
Provides access to Garmin Connect fitness and health data, including daily stats, heart rate, sleep, stress, body battery, activities, weight, training status, HRV, and SpO2.
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 MCP ServerWhat were my steps yesterday?"
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 Server
An MCP server that gives Claude access to your Garmin Connect fitness and health data.
Example usage
"What were my steps yesterday?"
"Show me my sleep data for the past week"
"List my recent running activities"
"What's my current training status?"
Related MCP server: Garmin MCP Server
Installation
git clone https://github.com/silolis/garmin-connect-mcp.git
cd garmin-connect-mcp
uv syncConfiguration
Add to your Claude settings file:
Client | Config file location |
Claude Desktop (Linux) |
|
Claude Desktop (macOS) |
|
Claude Desktop (Windows) |
|
Claude CLI |
|
{
"mcpServers": {
"garmin-connect": {
"command": "uv",
"args": ["--directory", "/path/to/garmin-connect-mcp", "run", "garmin-connect-mcp"],
"env": {
"GARMIN_EMAIL": "your-email@example.com",
"GARMIN_PASSWORD": "your-password"
}
}
}
}Available Tools
Tool | Description |
| Steps, calories, distance, active minutes |
| Heart rate data and zones |
| Sleep duration, stages, score |
| Stress levels |
| Body Battery energy |
| List activities (with date filtering) |
| Detailed activity info |
| Weight over date range |
| VO2 max, training load |
| Heart rate variability |
| Blood oxygen saturation |
Acknowledgments
This project is built on python-garminconnect that provides comprehensive access to Garmin Connect data. Thanks to the maintainers for their continued work on this invaluable tool.
License
MIT License - see LICENSE
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
- Alicense-qualityBmaintenanceConnects to Garmin Connect and exposes your fitness and health data (activities, sleep, heart rate, steps, body composition) to Claude and other MCP-compatible clients.Last updated857MIT
- Alicense-qualityDmaintenanceConnects to Garmin Connect and exposes fitness and health data (activities, steps, heart rate, sleep, body composition) to MCP-compatible clients like Claude.Last updatedMIT
- Alicense-qualityBmaintenanceThis Model Context Protocol (MCP) server connects to Garmin Connect and exposes your fitness and health data to Claude and other MCP-compatible clients.Last updated1MIT
- Alicense-qualityBmaintenanceMCP server that connects Garmin Connect data to Claude, enabling training analysis, recovery checks, and personalized plans based on real metrics like HRV, training load, and activities.Last updated10MIT
Related MCP Connectors
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
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/silolis/garmin-connect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server