Skip to main content
Glama
AlexGarciaPer

Garmin Connect MCP

Garmin Connect MCP

MCP server that connects Claude Desktop with your Garmin Connect account.

Available tools

Tool

Description

get_recent_activities

Latest N activities with key metrics

get_activity_details

Full metrics for a specific activity by ID

get_activity_splits

Lap/split data for an activity

get_activity_hr_zones

Time in each heart rate zone

get_stats_for_date

Daily stats: steps, calories, resting HR, stress, sleep

get_activities_by_date

Activities in a date range, filterable by type

Related MCP server: Garmin Health MCP Server

Installation

  1. Clone the repo and create a virtual environment:

python3 -m venv garmin-mcp-env
source garmin-mcp-env/bin/activate
pip install -r requirements.txt
  1. Configure Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "garmin": {
      "command": "/ABSOLUTE/PATH/TO/garmin-mcp-env/bin/python",
      "args": ["/ABSOLUTE/PATH/TO/garmin-mcp/server.py"],
      "env": {
        "GARMIN_EMAIL": "your@email.com",
        "GARMIN_PASSWORD": "your_password"
      }
    }
  }
}
  1. Restart Claude Desktop.

Notes

  • Credentials are stored in plain text in claude_desktop_config.json — never commit that file.

  • Do not move garmin-mcp-env/ after creation — venvs use absolute paths and break when relocated.

Dependencies

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables ChatGPT to access and analyze personal Garmin health data including daily steps, heart rate, calories, sleep duration, and body battery levels. Collects data via webhook from Garmin devices and provides health insights through natural language queries.
    2
  • F
    license
    A
    quality
    C
    maintenance
    Enables querying Garmin health data stored in Supabase through natural language, providing access to VO2 max trends, activity breakdowns, sleep statistics, race predictions, heart rate zones, and training load metrics.
    7
  • F
    license
    -
    quality
    A
    maintenance
    Enables AI assistants to access and query Garmin Connect health and fitness data, including sleep, HRV, training load, and activities, with an optional coaching plugin for personalized training plans.
    10
    4

View all related MCP servers

Related MCP Connectors

  • Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.

  • Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.

  • Create Hevy routines and analyze your training from chat. Unofficial; BYO Hevy PRO API key.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlexGarciaPer/garmin-connect-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server