Withings MCP
Related Servers
Alternatives to Withings MCP
No user-submitted related servers found.
Related Servers
- AlicenseBqualityAmaintenanceLocal-first MCP server that connects AI agents to your Fitbit activity, sleep, heart-rate, HRV, SpO2 and weight data.3364 npm4MIT
- AlicenseBqualityAmaintenanceLocal-first MCP server that connects AI agents to your Polar training, sleep, Nightly Recharge and continuous-sample data.3760 npm6MIT
- AlicenseBqualityAmaintenanceLocal-first MCP server that connects AI agents to your Oura Ring readiness, sleep, activity, and HRV data. Tokens never leave your machine.27130 npm4MIT
- AlicenseBqualityAmaintenanceLocal-first MCP server that connects AI agents to your Garmin sleep, HRV, Body Battery, stress, training readiness and activities, keeping tokens on your machine.42193 npm12MIT
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol (MCP) server that brings your Withings health data into Claude, allowing natural conversation access to sleep patterns, body measurements, workouts, heart data, and more.42MIT
- AlicenseBqualityAmaintenanceA local-first MCP server that enables AI agents to read user-authorized Google Health API v4 data from Fitbit, Pixel Watch, and partners via OAuth, with tokens never leaving the machine.26372 npm57MIT
TDQS
Scored across 23 tools
Several tools overlap around setup and explanation (withings_capabilities, withings_data_inventory, withings_agent_manifest, withings_quickstart, withings_connection_status, withings_privacy_audit), making it hard for an agent to pick the right one. list_sleep_summary vs list_sleep also require careful reading to distinguish, though most data tools have distinct targets.
All tools share the withings_ prefix and lower_snake_case, which helps, but verb patterns vary widely: list_, get_, exchange_, revoke_ are used, while other tools are bare nouns like capabilities, demo, daily_summary, or wellness_context. This mixed style is readable but not predictably verb-driven.
23 tools is within the heavy range. Many meta/intropsection tools (capabilities, inventory, manifest, demo, connection_status, privacy_audit) overlap and could be consolidated, though the data and profile tools are each reasonably scoped. The count feels larger than necessary for the core functionality.
Core Withings data domains (body measures, activity, workouts, sleep, heart) are covered with list tools plus aggregated daily/weekly summaries, and auth/profile lifecycle is complete. Some possible Withings data types like blood pressure are missing, and there's no single-item get/delete for health records, but those are minor gaps for a read-only health data server.