Skip to content
Cursor

withings mcp for Cursor

io.github.partymola/withings-mcp

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

client:Cursor transport:stdio runtime:pypi

Install withings mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

withings mcp in other clients