garmin-claude-mcp
Provides access to Garmin training and wellness data, including recent activities, sleep, HRV, and resting heart rate, and supports creating and managing planned workouts that sync to Garmin Connect and Garmin devices via Intervals.icu.
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-claude-mcpDesign a run for tomorrow based on my recent activities and sleep."
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-claude-mcp
Connect your Garmin training data to Claude, and let Claude push structured workouts back to your watch. Free to run. No subscription.
Claude reads your recent activities and wellness data, designs a workout, and writes it to your intervals.icu calendar. Intervals.icu syncs it to Garmin Connect, and it lands on your watch.
Why it works this way
Garmin's developer API is closed to individuals. Applications are approved for companies, and the program is currently suspended to new applicants. Unofficial libraries that log in with your Garmin password exist, but Garmin has broken them before by changing its auth flow.
Intervals.icu has an official Garmin partnership that predates the program closing. It already syncs both directions, including pushing planned workouts to your watch. It also has a documented API with a personal key. So Claude talks to intervals.icu, and intervals.icu talks to Garmin. Your Garmin password never leaves Garmin.
Related MCP server: garmin-mcp-bridge
What you need
A Garmin device syncing to Garmin Connect
A free intervals.icu account with Garmin connected under Settings > Integrations, and "Upload planned workouts" turned on
Your intervals.icu API key and athlete id, both under Settings > Developer Settings
A free Cloudflare account
If "Upload planned workouts" is off, everything below will work perfectly and nothing will ever reach your watch. Check it first.
Setup
Option 1: Deploy button
Click the button above. Cloudflare forks this repo to your GitHub, provisions the KV namespace and Durable Object, and prompts you for three secrets.
Fill in
INTERVALS_API_KEY,INTERVALS_ATHLETE_ID, andMCP_PASSWORD. Generate the password withopenssl rand -hex 32.Deploy. You get a URL like
https://garmin-claude-mcp.<subdomain>.workers.dev.
Option 2: Manual
git clone https://github.com/kbaudour/garmin-claude-mcp
cd garmin-claude-mcp
npm install
npx wrangler kv namespace create OAUTH_KV
# paste the printed id into wrangler.jsonc
npx wrangler secret put INTERVALS_API_KEY
npx wrangler secret put INTERVALS_ATHLETE_ID
npx wrangler secret put MCP_PASSWORD
npm run deployConnect it to Claude
In claude.ai, go to Settings > Connectors > Add custom connector and enter your worker URL with /mcp on the end:
https://garmin-claude-mcp.<subdomain>.workers.dev/mcpThat path matters. OAuth discovery lives at the domain root, so login will succeed even with the wrong URL, then the connection fails afterward with "Couldn't connect to the server." If you hit that, delete the connector and re-add it with the /mcp path rather than editing the URL in place, so the stale registration is discarded.
You will see a password page. Enter your MCP_PASSWORD. Once connected on web, it works on mobile too.
Tools
Tool | What it does |
| Recent training history |
| Sleep, HRV, resting HR, recovery signals |
| What is already on the calendar |
| Writes a structured workout, which syncs to Garmin |
| Edits an existing planned workout |
| Removes a planned workout |
First prompt to try
Pull my wellness data for the last 7 days and my recent activities for the
last 14 days.
Based on what you see there, recovery, training load, how recent runs have
gone, design one run for tomorrow. Walk me through your reasoning before you
create it.
Then create it, and list my upcoming events so I can confirm it landed.Then open Garmin Connect and check tomorrow's date.
Known issues and limits
Claude's free plan allows one custom connector. This uses that slot.
The password page has no rate limiting and no CSRF token. It is a single-user server behind a random 64 character password. Fine for that. Not production auth.
updateWorkoutanddeleteEventare lightly tested. The read tools andcreateWorkoutare confirmed working end to end, watch included.Token refresh over long periods is untested. If the connector goes stale, reconnecting takes a few seconds.
Anyone with your worker URL sees the password page. They cannot get further without the password, but the URL is not secret.
Cost
$0/month. Cloudflare Workers free tier covers 100,000 requests per day. Intervals.icu's free tier includes Garmin sync. Durable Objects have been on the free tier since April 2025, so older guides saying otherwise are out of date.
License
MIT
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
- FlicenseNot gradedqualityBmaintenanceConnects Claude to Garmin Connect data for personalized running coaching, including morning readiness checks, post-run analysis, weekly reviews, and goal tracking.
- AlicenseNot gradedqualityBmaintenanceBrings Garmin training data into Claude via Intervals.icu, enabling querying of activities, wellness, and planned workouts, as well as creating structured workouts that sync back to the Garmin watch.1MIT
- AlicenseAqualityCmaintenanceEnables users to analyze their own Garmin Connect data—activities, sleep, HRV, Body Battery, training readiness—directly inside Claude Desktop.132MIT
- AlicenseNot gradedqualityAmaintenanceEnables Claude AI to access and manage intervals.icu training data, including workouts, wellness, and fitness trends, through natural language conversation.MIT
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.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. 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/kbaudour/garmin-claude-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server