Skip to content
Grok

withingsmcp for Grok

io.github.davidmosiah/withingsmcp

Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents.

client:Grok transport:stdio runtime:npm

Install withingsmcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "withingsmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "withings-mcp-unofficial"
      ],
      "env": {
        "WITHINGS_CLIENT_ID": "<WITHINGS_CLIENT_ID>",
        "WITHINGS_CLIENT_SECRET": "<WITHINGS_CLIENT_SECRET>",
        "WITHINGS_REDIRECT_URI": "<WITHINGS_REDIRECT_URI>",
        "WITHINGS_TOKEN_PATH": "<WITHINGS_TOKEN_PATH>",
        "WITHINGS_PRIVACY_MODE": "<WITHINGS_PRIVACY_MODE>",
        "WITHINGS_CACHE": "<WITHINGS_CACHE>",
        "WITHINGS_CACHE_PATH": "<WITHINGS_CACHE_PATH>",
        "WITHINGS_NO_CACHE": "<WITHINGS_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

withingsmcp in other clients