garmin-mcp

cadencheng888/garmin-mcp
★ 0 stars Python AI/LLM Updated today
MCP server connecting Garmin watch data to Claude Desktop — steps, sleep, heart rate, workouts, and stress as Claude tools
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-mcp": {
      "command": "uvx",
      "args": [
        "garmin-mcp"
      ]
    }
  }
}

Or install with pip: pip install garmin-mcp

README Excerpt

Connect your Garmin watch data to Claude Desktop. This is a lightweight Claude answer questions like *"How did I sleep last night?"* or *"Summarize my workouts this week"* using your real Garmin Connect data. | Tool | What it returns | |------|-----------------| | `get_daily_steps` | Step count and step goal for a date |

Tools (6)

get_daily_stepsget_daily_summaryget_heart_rateget_recent_activitiesget_sleepget_stress