Skip to content
Gemini CLI

saudi vat pro for Gemini CLI

io.github.morouna1/saudi-vat-pro

Submit and manage ZATCA-compliant Saudi e-invoices through Saudi VAT Pro.

client:Gemini CLI transport:stdio runtime:npm

Install saudi vat pro in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "saudi-vat-pro": {
      "command": "npx",
      "args": [
        "-y",
        "saudi-vat-pro-mcp"
      ],
      "env": {
        "SAUDI_VAT_PRO_API_KEY": "<SAUDI_VAT_PRO_API_KEY>"
      }
    }
  }
}

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

saudi vat pro in other clients