Skip to content
Gemini CLI

wfirma mcp for Gemini CLI

io.github.agente-dev/wfirma-mcp

Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.

client:Gemini CLI transport:stdio runtime:npm

Install wfirma mcp 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": {
    "wfirma-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wfirma-mcp"
      ],
      "env": {
        "WFIRMA_ACCESS_KEY": "<WFIRMA_ACCESS_KEY>",
        "WFIRMA_SECRET_KEY": "<WFIRMA_SECRET_KEY>",
        "WFIRMA_APP_KEY": "<WFIRMA_APP_KEY>"
      }
    }
  }
}

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

wfirma mcp in other clients