Serversio.github.davidmosiah/withingsmcp
W

io.github.davidmosiah/withingsmcp

io.github.davidmosiah/withingsmcp · v0.1.1
▦ npm
v0.1.1npm npm: withings-mcp-unofficial↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.davidmosiah/withingsmcp",
  "description": "Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents.",
  "repository": {
    "url": "https://github.com/davidmosiah/withingsmcp",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "withings-mcp-unofficial",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Withings OAuth client ID. Optional when configured with withings-mcp-server setup.",
          "format": "string",
          "name": "WITHINGS_CLIENT_ID"
        },
        {
          "description": "Withings OAuth client secret. Prefer withings-mcp-server setup so this secret is stored in ~/.withings-mcp/config.json instead of MCP client config.",
          "format": "string",
          "isSecret": true,
          "name": "WITHINGS_CLIENT_SECRET"
        },
        {
          "description": "Redirect URI configured in the Withings Developer Dashboard. Optional when configured with withings-mcp-server setup.",
          "format": "string",
          "name": "WITHINGS_REDIRECT_URI"
        },
        {
          "description": "Optional local path for OAuth tokens. Defaults to ~/.withings-mcp/tokens.json.",
          "format": "string",
          "name": "WITHINGS_TOKEN_PATH"
        },
        {
          "description": "Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Withings API payloads, not continuous 24/7 raw sensor telemetry.",
          "format": "string",
          "name": "WITHINGS_PRIVACY_MODE"
        },
        {
          "description": "Optional SQLite cache toggle. Set to true or sqlite to enable.",
          "format": "string",
          "name": "WITHINGS_CACHE"
        },
        {
          "description": "Optional local SQLite cache path. Defaults to ~/.withings-mcp/cache.sqlite.",
          "format": "string",
          "name": "WITHINGS_CACHE_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}