Garmin Connect

v1.0.0Business Applicationsstable

An MCP server for Garmin Connect that provides access to fitness activities, health statistics, and sleep data by routing requests through a headless browser to bypass API restrictions. It enables users to query detailed metrics like heart rate zones

activity-trackingclaudefitnessgarmingarmin-connect
Share:
130
Stars
0
Downloads
0
Weekly
0/5

What is Garmin Connect?

Garmin Connect is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for garmin connect that provides access to fitness activities, health statistics, and sleep data by routing requests through a headless browser to bypass api restrictions. it enables users ...

An MCP server for Garmin Connect that provides access to fitness activities, health statistics, and sleep data by routing requests through a headless browser to bypass API restrictions. It enables users to query detailed metrics like heart rate zones

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • An MCP server for Garmin Connect that provides access to fit

Use Cases

Access fitness activities and health statistics
Query heart rate zones and sleep data
Track personal health metrics
Nicolasvegam

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y garmin-connect

Manual Installation

npx -y garmin-connect

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Garmin Connect

Garmin Connect MCP Server provides AI assistants with access to all your Garmin fitness data through 61 specialized tools covering activities, daily health metrics, sleep, body composition, training performance, and device management. It works by routing requests through a headless browser to bypass Garmin's API restrictions, requiring only your Garmin Connect email and password. Athletes and health enthusiasts can query detailed metrics like VO2 Max, heart rate zones, sleep stages, and training readiness directly through conversation.

Prerequisites

  • Node.js 20+ installed
  • An active Garmin Connect account with a Garmin device
  • Your Garmin Connect email address and password
  • An MCP-compatible client such as Claude Desktop, Cursor, or Claude Code CLI
1

Add the server to Claude Code CLI

The quickest way to add the server using Claude Code CLI. Replace the email and password with your Garmin Connect credentials.

claude mcp add garmin -e [email protected] -e GARMIN_PASSWORD=yourpass -- npx -y @nicolasvegam/garmin-connect-mcp
2

Handle MFA if your account uses two-factor authentication

If your Garmin Connect account has MFA enabled, run the setup command first. It will prompt for the MFA code and cache authentication tokens for future use.

GARMIN_EMAIL='[email protected]' GARMIN_PASSWORD='yourpass' npx -y @nicolasvegam/garmin-connect-mcp setup
3

Configure Claude Desktop (alternative to CLI)

Add the server to claude_desktop_config.json with your credentials in the env block. This approach works for Claude Desktop, Cursor, and Windsurf.

{
  "mcpServers": {
    "garmin": {
      "command": "npx",
      "args": ["-y", "@nicolasvegam/garmin-connect-mcp"],
      "env": {
        "GARMIN_EMAIL": "[email protected]",
        "GARMIN_PASSWORD": "yourpass"
      }
    }
  }
}
4

Restart your MCP client

Restart Claude Desktop or your MCP client to initialize the server. The 61 Garmin tools will be available once the server authenticates with Garmin Connect.

5

Query your fitness data

Ask Claude about your activities, sleep data, health metrics, or training performance. The server provides data across seven categories including activities, daily health, trends, sleep, body composition, performance, and profile.

Garmin Connect Examples

Client configuration

Claude Desktop configuration for the Garmin Connect MCP server. GARMIN_EMAIL and GARMIN_PASSWORD are the only required environment variables.

{
  "mcpServers": {
    "garmin": {
      "command": "npx",
      "args": ["-y", "@nicolasvegam/garmin-connect-mcp"],
      "env": {
        "GARMIN_EMAIL": "[email protected]",
        "GARMIN_PASSWORD": "yourpass"
      }
    }
  }
}

Prompts to try

Example prompts for querying Garmin fitness and health data through Claude.

- "Show me my last 5 running activities with pace, distance, and heart rate zones."
- "What was my sleep quality like this week? Break down stages and scores by night."
- "What's my current VO2 Max, training readiness score, and HRV status? Am I ready for a hard workout today?"

Troubleshooting Garmin Connect

Authentication fails with 'Invalid credentials' or timeout

Verify your GARMIN_EMAIL and GARMIN_PASSWORD are correct by logging into connect.garmin.com manually. If your account uses SSO via Google or Facebook, you may need to set a direct Garmin password first in your account settings.

MFA prompt blocks server startup

Run the setup command manually to complete MFA and cache tokens: '[email protected] GARMIN_PASSWORD=yourpass npx -y @nicolasvegam/garmin-connect-mcp setup'. After setup completes, restart your MCP client normally.

Activity data returns empty or incomplete results

Garmin Connect syncs data from your device periodically. Ensure your device has synced recently via the Garmin Connect mobile app or Garmin Express. Some metrics like HRV and training readiness require compatible devices (e.g., Fenix, Forerunner 955+).

Frequently Asked Questions about Garmin Connect

What is Garmin Connect?

Garmin Connect is a Model Context Protocol (MCP) server that mcp server for garmin connect that provides access to fitness activities, health statistics, and sleep data by routing requests through a headless browser to bypass api restrictions. it enables users to query detailed metrics like heart rate zones It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Garmin Connect?

Install via npm with the command: npx -y garmin-connect. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Garmin Connect?

Garmin Connect works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Garmin Connect free to use?

Yes, Garmin Connect is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Garmin Connect Alternatives — Similar Business Applications Servers

Looking for alternatives to Garmin Connect? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "garmin-connect": { "command": "npx", "args": ["-y", "garmin-connect"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Garmin Connect?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides