garmin-mcp

anton-jackson/garmin-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Garmin MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "garmin-mcp": {
      "command": "uvx",
      "args": [
        "garmin-mcp"
      ]
    }
  }
}

Or install with pip: pip install garmin-mcp

README Excerpt

A single-user MCP server that gives an LLM (Claude Desktop, etc.) direct access to your Garmin Connect data: activities (with full .FIT detail), sleep, and HRV. Hosted on Google Cloud Run. Auth via a static bearer token; Garmin credentials and the cached session token live in Secret Manager and Cloud Storage.