← Index

io.github.davidmosiah/withingsmcp

io.github.davidmosiah/withingsmcp·v0.1.1·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "withingsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "withings-mcp-unofficial"
      ],
      "env": {
        "WITHINGS_CLIENT_ID": "<withings_client_id>",
        "WITHINGS_CLIENT_SECRET": "<your-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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "withingsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "withings-mcp-unofficial"
      ],
      "env": {
        "WITHINGS_CLIENT_ID": "<withings_client_id>",
        "WITHINGS_CLIENT_SECRET": "<your-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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y withings-mcp-unofficial
§02  Environment variables
WITHINGS_CLIENT_ID

Withings OAuth client ID. Optional when configured with withings-mcp-server setup.

WITHINGS_CLIENT_SECRET
secret

Withings OAuth client secret. Prefer withings-mcp-server setup so this secret is stored in ~/.withings-mcp/config.json instead of MCP client config.

WITHINGS_REDIRECT_URI

Redirect URI configured in the Withings Developer Dashboard. Optional when configured with withings-mcp-server setup.

WITHINGS_TOKEN_PATH

Optional local path for OAuth tokens. Defaults to ~/.withings-mcp/tokens.json.

WITHINGS_PRIVACY_MODE

Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Withings API payloads, not continuous 24/7 raw sensor telemetry.

WITHINGS_CACHE

Optional SQLite cache toggle. Set to true or sqlite to enable.

WITHINGS_CACHE_PATH

Optional local SQLite cache path. Defaults to ~/.withings-mcp/cache.sqlite.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other