Skip to content
Gemini CLI

ato mcp for Gemini CLI

io.ausdata/ato-mcp

Query the ATO in plain English — tax by postcode, corporate tax, GST, super, charities.

client:Gemini CLI transport:stdio runtime:pypi

Install ato mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "ato-mcp": {
      "command": "uvx",
      "args": [
        "ato-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

ato mcp in other clients