garmin-coach-mcp
Provides tools for managing Garmin coaching, including retrieving coaching snapshots, training programs, previewing and applying training weeks, and managing heart rate profile updates through 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-coach-mcpPreview my training week for next week"
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.
Local Garmin Coach MCP
Private, single-user Garmin coaching tools for Codex/ChatGPT desktop and Claude. The server is local stdio only: no Cloudflare, Render, public URL, account service, or hosting cost.
The runtime is based on etweisberg/garmin-connect-mcp at commit 87d0ea059fb67f1ce65ac05100df74c3c3777c84. It keeps the upstream AGPL-3.0 license and Taxuspt attribution in NOTICE.
Prerequisites
Node.js 20 or newer
pnpm 10.14.0
A Garmin Connect account and synced watch
Related MCP server: io.github.matisdsp/fartlek
Install
cd /home/talvak/Desktop/repos/garmin-coach-mcp
pnpm install --frozen-lockfile
pnpm exec playwright install chromium
pnpm build
pnpm authpnpm auth opens a dedicated visible Chrome profile. Log in manually, complete MFA, then press Enter in the terminal. The browser session stays under ~/.local/share/garmin-coach/browser-profile. Runtime CSRF values are read from the current authenticated page and never persisted or printed. Directories are 0700, files are 0600, password saving is disabled, and no username/password file is created.
Capture Garmin's profile-write contract
Garmin does not publish a stable heart-rate profile write API. The server refuses to guess it.
pnpm capture:profile-contractThe command loads Garmin's current app model, asks it to save the unchanged current default zones, and blocks the resulting PUT before delivery. It validates the route and exact unchanged body, then stores only a redacted method/path/field shape and supported scopes in ~/.local/state/garmin-coach/profile-write-contract.json with mode 0600.
If Garmin's shape cannot be proven, no contract is saved and profile writes remain disabled.
Connect Codex and ChatGPT desktop
Build first, then copy config/codex.toml.example into ~/.codex/config.toml, or add the equivalent server through ChatGPT desktop Settings > MCP servers. Codex CLI, the IDE extension, and ChatGPT desktop share local MCP configuration on the same host.
The example uses:
default_tools_approval_mode = "writes"Both apply tools also have explicit approval_mode = "prompt". Restart the client after configuration and use /mcp to verify connection.
ChatGPT web cannot start this local stdio process. Use ChatGPT desktop/Codex for Garmin writes.
Connect Claude
Merge config/claude.json.example into Claude's MCP configuration, or run:
claude mcp add garmin-coach -- /home/talvak/snap/code/current/.local/share/pnpm/node /home/talvak/Desktop/repos/garmin-coach-mcp/dist/index.jsThe filesystem lock permits only one local client to own the Garmin Chromium profile at a time. Stop the server in one client before using the other.
Tools
Tool | Garmin write |
| No |
| No |
| No |
| Yes, approval required |
| No |
| No |
| Yes, separate approval required |
Safe workflow
Call
get_coaching_snapshotand compare it with Garmin Connect.Call
preview_hr_profile_update.Review every field and approve the exact canonical proposal/hash.
Call
apply_hr_profile_update; then sync Garmin and visually verify watch zones.Call
preview_training_weekfor one Sunday-starting week.Review its recovery evidence, complete payload, warnings, and hash.
Call
apply_training_weekwith the unchanged canonical proposal/hash.Call
verify_training_weekand confirm Monday/Friday are135-149 bpm; Friday must display fixed12%instructions.Retry both apply calls to prove idempotency.
Pain/injury or illness blocks workout writes. Recovery can keep, reduce, or skip; it never increases load. Workouts are never deleted automatically.
Garmin exposes Treadmill as a watch activity beneath Running, not as a structured-workout sport. Friday is therefore a running-compatible workout named Incline Walk 12%; start it from the watch's Treadmill activity. Its 12% incline cue and 135-149 bpm target remain explicit.
Approved HR profile
Field | Value |
Maximum HR | 189 bpm |
Resting HR | 55 bpm |
Lactate threshold HR | 181 bpm |
Basis | Heart-rate reserve/custom BPM |
Zone 1 | 122-134 bpm |
Zone 2 | 135-149 bpm |
Zone 3 | 150-162 bpm |
Zone 4 | 163-176 bpm |
Zone 5 | 177-189 bpm |
These values are provisional: age 27, resting HR 55, estimated max HR 189, and manual LTHR 181. Automatic-detection flags are preserved. Future changes require another preview and approval.
Verification
Ordinary tests are offline and never call Garmin:
pnpm test
pnpm lint
pnpm format:check
pnpm typecheck
pnpm build
git diff --checkSee spec.md for behavior and docs/architecture.md for trust boundaries.
License
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
- AlicenseAqualityBmaintenanceLocal MCP server that connects Claude Desktop with Garmin and Apple Health data to read training and recovery, estimate heart rate and pace zones, analyze performance, and create structured workouts.22MIT
- AlicenseAqualityBmaintenanceAn MCP server that transforms Garmin data into compact, verdict-first coaching reports for LLMs, computing metrics like CTL/ATL/TSB and ACWR to answer training readiness questions.14MIT
- AlicenseBqualityCmaintenanceA private, read-only MCP server that gives local Codex and Claude Desktop sessions access to athletics and wellness data from a Garmin Forerunner 55. It runs locally over stdio, exposes read-only tools for daily health, recovery, performance, and workouts, and caches data in SQLite.8MIT
- Alicense-qualityBmaintenanceA local, single-user, read-only MCP server that gives Claude Code access to your Garmin health and training data, exposing tools for health snapshots, training status, run details, body metrics, and training analysis.1MIT
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.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/talvaknin744/garmin-coach-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server