MCP server for Withings health data — sleep, activity, heart, and body metrics.
claude mcp add withings --transport http https://withings-mcp.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"withings": {
"url": "https://withings-mcp.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"withings": {
"serverUrl": "https://withings-mcp.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"withings": {
"type": "http",
"url": "https://withings-mcp.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"withings": {
"url": "https://withings-mcp.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"withings": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://withings-mcp.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://withings-mcp.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.akutishevsky--withings/reviews or the review_server meta-tool.
POST /mcp