Skip to content
Gemini CLI

invoiceflow mcp for Gemini CLI

io.github.enzoemir1/invoiceflow-mcp

AI-powered invoice automation. Create invoices, track payments, and manage cash flow.

client:Gemini CLI transport:stdio runtime:npm

Install invoiceflow mcp in Gemini CLI

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

{
  "mcpServers": {
    "invoiceflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "invoiceflow-mcp-server"
      ]
    }
  }
}

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

invoiceflow mcp in other clients