garminmcp for Grok
io.github.davidmosiah/garminmcp
Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.
client:Grok
transport:stdio
runtime:npm
Install garminmcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"garminmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"garmin-mcp-unofficial"
],
"env": {
"GARMIN_TOKEN_PATH": "<GARMIN_TOKEN_PATH>",
"GARMIN_PRIVACY_MODE": "<GARMIN_PRIVACY_MODE>",
"GARMIN_CACHE": "<GARMIN_CACHE>",
"GARMIN_CACHE_PATH": "<GARMIN_CACHE_PATH>",
"GARMIN_DOMAIN": "<GARMIN_DOMAIN>",
"GARMIN_NO_CACHE": "<GARMIN_NO_CACHE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs