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.
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/AlexGarciaPer/garmin-connect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server