Skip to content

v0.1.4 — Production-ready Garmin MCP

Choose a tag to compare

@davidmosiah davidmosiah released this 04 May 17:56

First public release of the unofficial Garmin Connect MCP server.

Features

  • 34 read-only tools for profile, devices, daily summaries, sleep, heart rate, HRV, stress, Body Battery, training readiness, activities, weight and hydration.
  • Daily and weekly agent summaries with data-quality confidence and non-medical action candidates.
  • Privacy modes, token redaction, optional SQLite cache, local doctor checks.
  • Hermes integration with pinned config and local skill.
  • Local-first auth helper using garminconnect without storing Garmin passwords.

Install

npx -y garmin-mcp-unofficial setup
npx -y garmin-mcp-unofficial auth --install-helper
npx -y garmin-mcp-unofficial doctor

In your MCP client

{
  "mcpServers": {
    "garmin": { "command": "npx", "args": ["-y", "garmin-mcp-unofficial"] }
  }
}

Recent changes

  • Fixed agent-facing docs links to use https://garminconnectmcp.vercel.app/
  • Hermes setup configs include approvals.mcp_reload_confirm: false by default
  • Expanded HTTP smoke coverage to exercise the real MCP /mcp protocol

Not affiliated with Garmin. Not medical advice. Garmin Connect personal mode is unofficial.

Full changelog · npm · Website