Skip to content
Cline

garminmcp for Cline

io.github.davidmosiah/garminmcp

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

client:Cline transport:stdio runtime:npm

Install garminmcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "garminmcp": {
      "command": "npx",
      "args": [
        "-y",
        "garmin-mcp-unofficial"
      ],
      "env": {
        "GARMIN_TOKEN_PATH": "<GARMIN_TOKEN_PATH>",
        "GARMIN_PRIVACY_MODE": "<GARMIN_PRIVACY_MODE>",
        "GARMIN_CACHE": "<GARMIN_CACHE>",
        "GARMIN_CACHE_PATH": "<GARMIN_CACHE_PATH>",
        "GARMIN_DOMAIN": "<GARMIN_DOMAIN>",
        "GARMIN_NO_CACHE": "<GARMIN_NO_CACHE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

garminmcp in other clients