Skip to content
VS Code

aemo mcp for VS Code

io.ausdata/aemo-mcp

Query the AEMO NEM in plain English — 5-min prices, demand, generation, rooftop PV.

client:VS Code transport:stdio runtime:pypi

Install aemo mcp in VS Code

.vscode/mcp.json

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

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

aemo mcp in other clients