mcp-server-withings

borgels/mcp-server-withings
★ 0 stars TypeScript Security Updated today
MCP server for the Withings Health API with per-user OAuth2
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-withings": {
      "command": "npx",
      "args": [
        "-y",
        "borgels/mcp-server-withings"
      ]
    }
  }
}