ato mcp for Cursor
io.ausdata/ato-mcp
Query the ATO in plain English — tax by postcode, corporate tax, GST, super, charities.
client:Cursor
transport:stdio
runtime:pypi
Install ato mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ato-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ato-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs