garmin-mcp-server

MAnders333/garmin-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
Garmin MCP Server designed for agentic coaching. Combines several API calls into semantic tools.
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-server": {
      "command": "uvx",
      "args": [
        "garmin-mcp-server"
      ]
    }
  }
}

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