Skip to content
Windsurf

withingsmcp for Windsurf

io.github.davidmosiah/withingsmcp

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

client:Windsurf transport:stdio runtime:npm

Install withingsmcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

withingsmcp in other clients