abs mcp for Cursor
io.ausdata/abs-mcp
Query the ABS in plain English — CPI, labour force, building approvals, migration, GDP.
client:Cursor
transport:stdio
runtime:pypi
Install abs mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"abs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"abs-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs