Back to Browse

Garmin MCP Server

Developer ToolsLow Risk10.0Local
Free

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

About

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional local path for Garmin Connect tokens. Defaults to ~/.garmin-mcp/garmin_tokens.json. Create it with garmin-mcp-server auth (self-contained Node login, no Python).Optional

Environment variable: GARMIN_TOKEN_PATH

Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full supported Garmin Connect payloads, not unrestricted raw sensor telemetry.Optional

Environment variable: GARMIN_PRIVACY_MODE

Optional SQLite cache toggle. Set to true or sqlite to enable.Optional

Environment variable: GARMIN_CACHE

Optional local SQLite cache path. Defaults to ~/.garmin-mcp/cache.sqlite.Optional

Environment variable: GARMIN_CACHE_PATH

Optional Garmin domain override. Use garmin.cn only for China accounts; default is garmin.com.Optional

Environment variable: GARMIN_DOMAIN

Set to true to bypass the in-memory HTTP response cache (60s TTL for GET only). POST/PUT/DELETE and 4xx/5xx responses are never cached regardless.Optional

Environment variable: GARMIN_NO_CACHE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-davidmosiah-garminmcp": {
      "env": {
        "GARMIN_CACHE": "your-garmin-cache-here",
        "GARMIN_DOMAIN": "your-garmin-domain-here",
        "GARMIN_CACHE_PATH": "your-garmin-cache-path-here",
        "GARMIN_TOKEN_PATH": "your-garmin-token-path-here",
        "GARMIN_PRIVACY_MODE": "your-garmin-privacy-mode-here"
      },
      "args": [
        "-y",
        "garmin-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!