mcpbeat Sign in

Garmin Local MCP Server

by anup-shesh Your server? Claim it
local only

Garmin Local MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 582 installs a week from pypi. Last commit 3 Sep 2026.

Local-first Garmin data warehouse: sync once to SQLite, analyze trends and correlations offline.

Installs per day peak 362 · avg 55 · +15% w/w
a month agotoday
582
Installs / week
pypi · garmin-local-mcp
7
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Garmin Local MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add garmin-local-mcp -- uvx garmin-local-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "garmin-local-mcp": {
      "args": [
        "garmin-local-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.garmin-local-mcp]
command = "uvx"
args = ["garmin-local-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "garmin-local-mcp": {
      "args": [
        "garmin-local-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "garmin-local-mcp": {
      "args": [
        "garmin-local-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GARMIN_MCP_DATA_DIR (Data directory for the local warehouse (defaults to ~/.garmin-mcp)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Garmin Local MCP

same job, measured the same way
ConnectWise Automate MCP
by servosity

Sync your ConnectWise Automate fleet to local SQLite and answer cross-client RMM questions offline.

local only
Datto BCDR MCP
by servosity

Sync your whole Datto BCDR fleet into local SQLite and answer the questions the per-appliance

local only
Syncro MCP
by servosity

Every Syncro PSA and RMM workflow in your terminal, plus a local database, offline search, and

local only
Mi Fitness Data Bridge
by shkyyy18

Local-first bridge: export your own Mi Fitness (Xiaomi) health data to SQLite/JSON/CSV and MCP.

local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only
Veeam VSPC MCP
by servosity

Sync Veeam Service Provider Console tenants to local SQLite; cross-company backup answers offline.

local only
Google Health MCP
by partymola

MCP server for the Google Health API, with a local SQLite cache and trend analysis.

1 343 installs/wk local only
Withings MCP
by partymola

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

1 062 installs/wk local only

Garmin Local MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Garmin Local MCP?
Garmin Local MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package garmin-local-mcp was installed 582 times last week.
How do I connect Garmin Local MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls garmin-local-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Garmin Local MCP?
The pypi package garmin-local-mcp was installed 582 times in the last week. Week over week that is +15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Garmin Local MCP open source?
Yes — it is published under the MIT licence, written in Python and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.