Skip to content
Agent Search Engine.

Record · garmin-mcpMCP serverOpen sourceVerified Sep 23, 2026

Garmin MCP Server

Expose your Garmin Connect activities, health metrics and training data to Claude and other MCP clients.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

Athletes who want to analyse and plan training from their own Garmin data in conversation.

Avoid if

You need an official integration; it uses the unofficial python-garminconnect library with your Garmin Connect login.

About Garmin MCP Server

This community MCP server connects to Garmin Connect and exposes activities, health metrics such as sleep, stress and heart rate, body composition, training status and readiness, gear and workouts. It can also edit activities, create structured workouts and schedule a training week.

Garmin MCP Server is an open-source project written primarily in Python, with 1.2k stars on GitHub. It was last updated in September 2026.

Add Garmin MCP Server to your MCP client

Generated from the launch command in the project's README. Your client starts the server on demand.

Claude CodeRun in your terminal
claude mcp add garmin-mcp -- uvx --python 3.12 --from git+https://github.com/Taxuspt/garmin_mcp garmin-mcp
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "garmin-mcp": {
      "command": "uvx",
      "args": ["--python", "3.12", "--from", "git+https://github.com/Taxuspt/garmin_mcp", "garmin-mcp"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "garmin-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": ["--python", "3.12", "--from", "git+https://github.com/Taxuspt/garmin_mcp", "garmin-mcp"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "garmin-mcp": {
      "command": "uvx",
      "args": ["--python", "3.12", "--from", "git+https://github.com/Taxuspt/garmin_mcp", "garmin-mcp"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.garmin-mcp]
command = "uvx"
args = ["--python", "3.12", "--from", "git+https://github.com/Taxuspt/garmin_mcp", "garmin-mcp"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Garmin MCP Server vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Garmin MCP ServerMCP serverthis listing1.2kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Garmin MCP Server alternatives, compared →