
Withings Health Data
Let your coding agent pull Withings sleep, activity, heart, and body metrics when you are building health features or reviewing your own recovery trends.
Overview
Withings Health Data is a MCP server for the Grow phase that exposes Withings sleep, activity, heart, and body metrics to AI agents over streamable HTTP.
What is this MCP server?
- Remote streamable-http MCP at withings-mcp.com—no local server required for hosted use
- Covers sleep, daily activity, heart signals, and body composition in one integration
- Version 1.3.0 server schema aligned with MCP 2025-12-11
- Fits agent workflows that compare training load, sleep debt, and HRV before shipping intense sprints
- Open-source repo akutishevsky/withings-mcp for self-host or fork
- Server version 1.3.0
- 1 remote streamable-http endpoint documented
- 4 metric domains: sleep, activity, heart, body
Community signal: 25 GitHub stars.
What problem does it solve?
Builders waste time exporting Withings data manually when an agent could answer sleep and activity questions during planning or support triage.
Who is it for?
Indie builders with Withings devices who want agents to ground health or fitness product work in real biometric history.
Skip if: Teams without Withings hardware, regulated clinical pipelines that need HIPAA BAA coverage from this integration alone, or apps that only need generic step-count mocks.
What do I get? / Deliverables
After you add the remote MCP endpoint, your agent can fetch and reason over live Withings health metrics inside the same session as your codebase.
- Agent-callable Withings metric queries without custom REST glue in your repo
- Reusable remote MCP configuration for health-aware agent workflows
Recommended MCP Servers
Journey fit
Personal and product health metrics sit in the Grow phase as analytics and lifecycle signal, not in core product build or ship gates. Analytics is the right shelf because the server exposes time-series health data for summarization, correlation, and reporting rather than CRUD for app UI.
How it compares
A focused health-data MCP bridge, not a full fitness app backend or agent skill playbook.
Common Questions / FAQ
Who is Withings Health Data for?
Solo and indie builders using Claude Code, Cursor, or generic MCP clients who own Withings gear and want agent access to sleep, activity, heart, and body metrics.
When should I use Withings Health Data?
Use it during Grow-phase analytics or personal retros when you need agents to summarize trends, compare weeks, or inform health-related product decisions.
How do I add Withings Health Data to my agent?
Register the remote MCP URL https://withings-mcp.com/mcp as a streamable-http server in your client, complete Withings OAuth per the upstream repo, then invoke tools from your agent session.