Skip to content
Claude Desktop

Withings Health Data for Claude Desktop

io.github.akutishevsky/withings

MCP server for Withings health data — sleep, activity, heart, and body metrics.

client:Claude Desktop transport:streamable-http

Install Withings Health Data in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "withings": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://withings-mcp.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Withings Health Data in other clients