Skip to content
Zed

withingsmcp for Zed

io.github.davidmosiah/withingsmcp

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

client:Zed transport:stdio runtime:npm

Install withingsmcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "withingsmcp": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

withingsmcp in other clients