garmin-local-mcp
Rank #7,644io.github.anup-shesh/garmin-local-mcp
Local-first Garmin data warehouse: sync once to SQLite, analyze trends and correlations offline.
garmin-local-mcp is a Model Context Protocol (MCP) server published by anup-shesh. It ranks #7,644 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. garmin-local-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Jul 5, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 107,947 of 115,591 servers on MCP Toplist.
Use garmin-local-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add garmin-local-mcp -e "GARMIN_MCP_DATA_DIR=<your GARMIN_MCP_DATA_DIR>" -- uvx garmin-local-mcpReplace each placeholder with your own value before saving.
[mcp_servers.garmin-local-mcp]
command = "uvx"
args = ["garmin-local-mcp"]
[mcp_servers.garmin-local-mcp.env]
GARMIN_MCP_DATA_DIR = "<your GARMIN_MCP_DATA_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"garmin-local-mcp": {
"command": "uvx",
"args": [
"garmin-local-mcp"
],
"env": {
"GARMIN_MCP_DATA_DIR": "<your GARMIN_MCP_DATA_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"garmin-local-mcp": {
"command": "uvx",
"args": [
"garmin-local-mcp"
],
"env": {
"GARMIN_MCP_DATA_DIR": "<your GARMIN_MCP_DATA_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"garmin-local-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"garmin-local-mcp"
],
"env": {
"GARMIN_MCP_DATA_DIR": "<your GARMIN_MCP_DATA_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"garmin-local-mcp": {
"command": "uvx",
"args": [
"garmin-local-mcp"
],
"env": {
"GARMIN_MCP_DATA_DIR": "<your GARMIN_MCP_DATA_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"garmin-local-mcp": {
"command": "uvx",
"args": [
"garmin-local-mcp"
],
"env": {
"GARMIN_MCP_DATA_DIR": "<your GARMIN_MCP_DATA_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.anup-shesh%2Fgarmin-local-mcp)<a href="https://mcptoplist.com/server/io.github.anup-shesh%2Fgarmin-local-mcp"><img src="https://mcptoplist.com/badge/io.github.anup-shesh%2Fgarmin-local-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
anup-shesh
Available versions (3)
| Version | Published |
|---|---|
| 0.1.5 | Aug 27, 2026 |
| 0.1.3 | Aug 2, 2026 |
| 0.1.1 | Jul 5, 2026 |
Frequently asked questions
- Who maintains garmin-local-mcp?
- garmin-local-mcp is maintained by anup-shesh, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is garmin-local-mcp listed on the Official MCP Registry?
- Yes — garmin-local-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does garmin-local-mcp have?
- MCP Toplist tracks 3 versions of garmin-local-mcp, most recently published on Aug 27, 2026.
- Where can I find the source code for garmin-local-mcp?
- The source code for garmin-local-mcp is hosted at github.com/anup-shesh/garmin-local-mcp.