v0.1.4 — Production-ready Garmin MCP
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
garminconnectwithout storing Garmin passwords.
Install
npx -y garmin-mcp-unofficial setup
npx -y garmin-mcp-unofficial auth --install-helper
npx -y garmin-mcp-unofficial doctorIn 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: falseby default - Expanded HTTP smoke coverage to exercise the real MCP
/mcpprotocol
Not affiliated with Garmin. Not medical advice. Garmin Connect personal mode is unofficial.
Full changelog · npm · Website