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

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

WITHINGS_CLIENT_ID(str)

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

WITHINGS_CLIENT_SECRET(str)
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(str)

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

WITHINGS_TOKEN_PATH(str)

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

WITHINGS_PRIVACY_MODE(str)

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(str)

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

WITHINGS_CACHE_PATH(str)

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