Skip to content
Cline

wfirma mcp for Cline

io.github.agente-dev/wfirma-mcp

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

client:Cline transport:stdio runtime:npm

Install wfirma mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

wfirma mcp in other clients