Skip to content
VS Code

withings mcp for VS Code

io.github.partymola/withings-mcp

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

client:VS Code transport:stdio runtime:pypi

Install withings mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "withings-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "withings-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

withings mcp in other clients