Access your Withings health data through Claude using the Model Context Protocol
Works with Claude.ai and the Claude desktop app. Once connected on desktop, it also appears on your iOS and Android app.
https://withings-mcp.com/mcp
Add to your MCP client configuration:
{
"mcpServers": {
"withings": {
"url": "https://withings-mcp.com/mcp"
}
}
}
Sleep stages, duration, heart rate, breathing quality
Weight, body composition, blood pressure, temperature
Steps, workouts, calories, intraday tracking
ECG recordings, waveform data, afib detection
The Withings MCP Server is a free, open-source integration that connects your Withings health devices to Claude AI using the Model Context Protocol (MCP). Instead of manually checking the Withings app for your health data, you can ask Claude questions in plain English and get instant, AI-powered analysis of your health metrics.
This server works with all Withings connected health devices, including Body Smart and Body Comp smart scales, ScanWatch and ScanWatch Light hybrid smartwatches, Sleep Analyzer sleep tracking mat, BPM Connect and BPM Core blood pressure monitors, and Thermo smart thermometer. Any device that syncs data to your Withings account is automatically accessible through Claude.
Sleep tracking: Analyze your sleep stages (light, deep, REM), sleep duration, heart rate during sleep, breathing disturbances, snoring detection, and overall sleep score. Ask Claude to identify patterns in your sleep quality over weeks or months.
Body measurements: Track weight trends, body fat percentage, muscle mass, bone mass, body water percentage, visceral fat, and BMI. Claude can chart your progress toward weight goals and spot trends you might miss.
Heart health: Access ECG recordings, resting heart rate data, blood pressure readings, pulse wave velocity, and atrial fibrillation detection results. Review your cardiovascular health history through conversation.
Activity and workouts: Review daily step counts, distance walked, calories burned, active minutes, elevation climbed, and detailed workout summaries with heart rate zones.
The Model Context Protocol is an open standard developed by Anthropic that allows AI assistants like Claude to securely connect to external data sources. When you connect this server, Claude gains read-only access to your Withings data through a secure OAuth 2.0 flow. Your credentials are never shared with Claude directly - the server handles authentication and only passes health data when you ask for it.
This server is designed with privacy as a priority. All tokens are encrypted at rest using AES-256-GCM. No personal health data is logged or stored on the server beyond what's needed for the active session. The entire codebase is open source so you can verify exactly how your data is handled. You can revoke access at any time from your Withings account settings.