Skip to content
Gemini CLI

mcp einvoicing ae for Gemini CLI

io.github.cmendezs/mcp-einvoicing-ae

MCP server for United Arab Emirates electronic invoicing

client:Gemini CLI transport:stdio runtime:pypi

Install mcp einvoicing ae 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": {
    "mcp-einvoicing-ae": {
      "command": "uvx",
      "args": [
        "mcp-einvoicing-ae"
      ],
      "env": {
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

mcp einvoicing ae in other clients