Submit

Withings

@akutishevsky

A Model Context Protocol (MCP) server that brings your Withings health data into MCP client. Access your sleep patterns, body measurements, workouts, heart data, and more through natural conversation. 🔒 Privacy First: This is my personal project, and the repository is intentionally public to demonstrate transparency. The code shows that no personal information is logged or stored maliciously. All sensitive data (tokens, user IDs) is encrypted at rest and automatically redacted from logs. You can review the entire codebase to verify this commitment to privacy. ⚠️ Disclaimer: This server is provided as-is without any guarantees or warranties. While I've made every effort to ensure security and privacy, I make no guarantees about availability, data integrity, or security. Use at your own risk. For production use cases, consider self-hosting your own instance.

Tools

Server Config

{
  "mcpServers": {
    "withings": {
      "url": "https://withings-mcp.com/mcp",
      "oauth": {
        "type": "oauth2",
        "authorizationUrl": "https://withings-mcp.com/authorize",
        "tokenUrl": "https://withings-mcp.com/token",
        "scope": "user.metrics user.activity"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.