69
/ 100
10 days ago
glama

Garmin Connect MCP Server

Connects Garmin Connect data to MCP-compatible clients, providing access to fitness activities, health metrics, and training plans. It supports advanced features like headless 2FA and automated MFA retrieval to enable seamless health data interaction through natural language.

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 3 credentials: GARMIN_PASSWORD, EMAIL_PASSWORD, NTFY_TOKEN
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_EMAILyour.email@example.com
🔐 secretGARMIN_PASSWORDyour-password
configGARMINTOKENS~/.garminconnect
configGARMIN_MFA_CODE123456 # Manual MFA code entry
configGOOGLE_CLIENT_SECRET_FILEexport ="/path/to/client_secret.json"
configMCP_TRANSPORT
configMCP_HOST
configMCP_PORT
configGARMINTOKENS_BASE64~/.garminconnect_base64
configGMAIL_TOKEN_FILEexport ="~/.gmail_token.json"
configEMAIL_SERVERimap.gmail.com
configEMAIL_USERyour.email@gmail.com
🔐 secretEMAIL_PASSWORDyour_app_password
configEMAIL_PORTexport ="993"
configGARMIN_MFA_WEBHOOK=https://api.com/mfa # Webhook for automated MFA
configNTFY_SERVER"": "https://ntfy.sh",
configNTFY_TOPICgarmin-notifications
🔐 secretNTFY_TOKENyour-ntfy-token
// 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 5 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/dankeydevdave-garmin-connect-mcp-server-19r7ng)](https://m8ven.ai/mcp/dankeydevdave-garmin-connect-mcp-server-19r7ng)
commit: accdb5cf94e2daf1b253ab112139418f1c84be2e
code hash: e4c3cce4c52468edda8e004501a01a5e57923ea0248c2358e45a0cf46c6ff6d9
verified: 6/17/2026, 12:10:11 PM
view raw JSON →