← Back to browse

withingsmcp

Indexed by io.github.davidmosiah

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsWITHINGS_CLIENT_ID WITHINGS_CLIENT_SECRET WITHINGS_REDIRECT_URI WITHINGS_TOKEN_PATH WITHINGS_PRIVACY_MODE WITHINGS_CACHE WITHINGS_CACHE_PATH WITHINGS_NO_CACHE
Claude Code
claude mcp add --env WITHINGS_CLIENT_ID= --env WITHINGS_CLIENT_SECRET= --env WITHINGS_REDIRECT_URI= --env WITHINGS_TOKEN_PATH= --env WITHINGS_PRIVACY_MODE= --env WITHINGS_CACHE= --env WITHINGS_CACHE_PATH= --env WITHINGS_NO_CACHE= withingsmcp -- npx withings-mcp-unofficial
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"withingsmcp","command":"npx","args":["withings-mcp-unofficial"],"env":{"WITHINGS_CLIENT_ID":"","WITHINGS_CLIENT_SECRET":"","WITHINGS_REDIRECT_URI":"","WITHINGS_TOKEN_PATH":"","WITHINGS_PRIVACY_MODE":"","WITHINGS_CACHE":"","WITHINGS_CACHE_PATH":"","WITHINGS_NO_CACHE":""}}'
JSON
{
  "mcpServers": {
    "withingsmcp": {
      "command": "npx",
      "args": [
        "withings-mcp-unofficial"
      ],
      "env": {
        "WITHINGS_CLIENT_ID": "",
        "WITHINGS_CLIENT_SECRET": "",
        "WITHINGS_REDIRECT_URI": "",
        "WITHINGS_TOKEN_PATH": "",
        "WITHINGS_PRIVACY_MODE": "",
        "WITHINGS_CACHE": "",
        "WITHINGS_CACHE_PATH": "",
        "WITHINGS_NO_CACHE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.