Skip to content
VS Code

aihw mcp for VS Code

io.ausdata/aihw-mcp

Query the AIHW in plain English — mortality, cancer, health spend, hospital wait times.

client:VS Code transport:stdio runtime:pypi

Install aihw mcp in VS Code

.vscode/mcp.json

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

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

aihw mcp in other clients