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.
Latest Blog Posts
- 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