Skip to content
Cursor

garminmcp for Cursor

io.github.davidmosiah/garminmcp

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

client:Cursor transport:stdio runtime:npm

Install garminmcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "garminmcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

garminmcp in other clients