Withings MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 337 installs a week from pypi. Last commit 3 Aug 2026.
MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add withings-mcp -- uvx withings-mcp
{
"mcpServers": {
"withings-mcp": {
"args": [
"withings-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.withings-mcp]
command = "uvx"
args = ["withings-mcp"]
{
"mcpServers": {
"withings-mcp": {
"args": [
"withings-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"withings-mcp": {
"args": [
"withings-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.