Skip to content
Cursor

Garmin Workouts MCP for Cursor

io.github.pranciskus/garmin-workouts-mcp

Manage Garmin Connect workouts, including strength workouts with mapped exercises.

client:Cursor transport:stdio runtime:oci

Install Garmin Workouts MCP 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": {
    "garmin-workouts-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/pranciskus/garmin-workouts-mcp:0.1.2"
      ],
      "env": {
        "GARMIN_EMAIL": "<GARMIN_EMAIL>",
        "GARMIN_PASSWORD": "<GARMIN_PASSWORD>"
      }
    }
  }
}

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

Garmin Workouts MCP in other clients