71
/ 100
7 days ago
glama

Garmin MCP Server

Connects to Garmin Connect and exposes your fitness and health data to OpenWebUI, Claude, or any MCP-compatible client via Streamable HTTP transport.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: GARMIN_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGARMIN_MFA_CODEexport ="123456" # Code from email/SMS
configGARMIN_MFA_CODE_FILE
configGARMIN_MFA_WAIT_SECONDSexport ="180" # Optional: wait up to 180s for code to appear
configGARMIN_EMAILexport ="your-email@example.com"
🔐 secretGARMIN_PASSWORDexport ="your-password"
configGARMINTOKENSPath to token storage directory ~/.garminconnect No
configGARMINTOKENS_BASE64
configGARMIN_MCP_TRANSPORTexport ="stdio"
configGARMIN_MCP_HOSTexport ="0.0.0.0"
configGARMIN_MCP_PORTexport ="8000"
configGARMIN_MCP_PATH
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/k8sautom8-garmin-mcp-18hqls)](https://m8ven.ai/mcp/k8sautom8-garmin-mcp-18hqls)
commit: b79c068534871314948b626a16d4eef307c82a5e
code hash: 34f55e0aac048523394d9db4ae5feac8d44469a73d74de8708f0617da1f71040
verified: 6/23/2026, 10:40:51 AM
view raw JSON →