Garminmcp

Give your AI agent your Garmin Body Battery, training readiness, sleep, HRV and activities. It runs locally over stdio via the published package.

People connecting science & health tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 10 · #8 OF 60 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Garminmcp

Claude Code

claude mcp add davidmosiah-garmin-mcp -- npx -y garmin-mcp-unofficial

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package garmin-mcp-unofficial - unscoped; check the name against the project README before installing

registry namespace io.github.davidmosiah is GitHub-verified and matches the repo owner

03 · What Garminmcp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.7.3 · 2026-08-11

override [email protected] + [email protected] (high). Hermes pin aligned.

v0.7.2 · 2026-08-08

Fixed · Body Battery daily report 404 - Garmin now requires startDate/endDate query params (path date 404s). Tools + daily/weekly summary unwrap the array response. Thanks @oysteinhagenpettersen (#20). · Demo-contract…

v0.7.1 · 2026-08-05

agent-safe-series/v1 parity with Mi Fitness Data Bridge · Adopts duration-anchored coverage and the shared series vocabulary from Kindred / @shkyyy18 (mi-fitness-data-bridge@1647472, design thread #19). · Added…

04 · Who maintains Garminmcp

garminmcp is maintained by davidmosiah. We track 30 MCP servers from davidmosiah - 30 actively maintained, 113 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from davidmosiah.

  1. google-health-mcp Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents ★ 45
  2. whoop-mcp Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents. ★ 10
  3. wellness-nourish Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals. ★ 8
  4. samsung-health-mcp Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports. ★ 10
  5. withingsmcp Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents. ★ 4
  6. polarmcp Privacy-first unofficial Polar AccessLink v4 MCP server for AI health, sleep and training agents. ★ 5

05 · Facts

category
science & health - ranked #8 of 60 actively-maintained science & health servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-08-11)
registry
io.github.davidmosiah/garminmcp (active, first published 2026-05-04 · 4 versions)
packages
npm:garmin-mcp-unofficial

06 · Garminmcp FAQ

What is Garminmcp?

Give your AI agent your Garmin Body Battery, training readiness, sleep, HRV and activities. It runs locally over stdio via the published package.

Is Garminmcp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Garminmcp?

Run `npx -y garmin-mcp-unofficial`. You can also paste the ready-made client config above.

Does Garminmcp run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Garminmcp

More science & health MCP servers · Google Health MCP · Ouramcp · Polarmcp · Samsung Health MCP · Strava MCP (davidmosiah)

More TypeScript MCP servers · Google Ads MCP · see all