mcpbeat Sign in

Wfirma MCP Server

by agente-dev Your server? Claim it
local only

Wfirma MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 156 installs a week from npm. Last commit 27 Aug 2026.

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

Installs per day peak 120 · avg 4
a month agotoday
156
Installs / week
npm · wfirma-mcp
1
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Wfirma MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wfirma-mcp -- npx -y wfirma-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wfirma-mcp": {
      "args": [
        "-y",
        "wfirma-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wfirma-mcp]
command = "npx"
args = ["-y", "wfirma-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "wfirma-mcp": {
      "args": [
        "-y",
        "wfirma-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wfirma-mcp": {
      "args": [
        "-y",
        "wfirma-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Wfirma MCP

same job, measured the same way
Fakto.app — wFirma MCP Server
by fakto

wFirma.pl (Polish accounting) via MCP: invoices, contractors, payments, reports. Full read-write.

answering
Karbon MCP Server
by mad-man-dan

Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.

120 installs/wk local only
Xero
by mindstone

Xero MCP server for invoices, contacts, payments, quotes, and financial reports.

96 installs/wk local only
Lexware
by lazyants

MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers.

298 installs/wk local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Zen
by krystiangw

Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.

50 installs/wk local only
MCP Xero
by codespar

MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports

32 installs/wk local only

Wfirma MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Wfirma MCP?
Wfirma MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package wfirma-mcp was installed 156 times last week.
How do I connect Wfirma MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls wfirma-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Wfirma MCP?
The npm package wfirma-mcp was installed 156 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wfirma MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.