garmin-local-mcp

anup-shesh/garmin-local-mcp
★ 0 stars Python API Integration Updated 8d ago
Local-first Garmin data warehouse with an analysis-grade MCP server. Sync once, analyze forever - even when the API is down.
View on GitHub → 🔍 Audit Wallet Slippage →

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-local-mcp": {
      "command": "uvx",
      "args": [
        "garmin-local-mcp"
      ]
    }
  }
}

Or install with pip: pip install garmin-local-mcp