aemo mcp for Cursor
io.ausdata/aemo-mcp
Query the AEMO NEM in plain English — 5-min prices, demand, generation, rooftop PV.
client:Cursor
transport:stdio
runtime:pypi
Install aemo mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aemo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"aemo-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs