Skip to content
Grok

wfirma mcp for Grok

io.github.agente-dev/wfirma-mcp

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

client:Grok transport:stdio runtime:npm

Install wfirma mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "wfirma-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

wfirma mcp in other clients