- Withings
Withings
What is Withings MCP Server?
Withings MCP Server is a Model Context Protocol (MCP) server that integrates Withings health data, allowing users to access their sleep patterns, body measurements, workouts, heart data, and more through natural conversation with compatible clients like Claude.
How to use Withings MCP Server?
To use the Withings MCP Server, you need a Withings account with connected devices and a compatible MCP client like Claude Desktop. After setting up the connector in the client, you can start querying your health data.
Key features of Withings MCP Server?
- Access to comprehensive health metrics including sleep quality, body composition, and heart health.
- Natural language interaction for querying health data.
- Privacy-focused design with encrypted data and no logging of personal information.
Use cases of Withings MCP Server?
- Analyzing sleep quality and patterns.
- Tracking body metrics and fitness goals.
- Monitoring heart health through ECG data.
- Generating insights and trends from health data.
FAQ from Withings MCP Server?
- Can I use this server without a Withings account?
No, a Withings account with connected devices is required to access health data.
- Is my data secure?
Yes, all sensitive data is encrypted and no personal information is logged.
- Can I self-host the server?
Yes, detailed instructions for self-hosting are provided in the documentation.
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"
}
}
}
}