Loading MCP server directory, please wait...
Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.
npx @getmcp/cli add io.github.agente-dev/wfirma-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WFIRMA_ACCESS_KEYwFirma access key from your panel (Integrations → API)
WFIRMA_SECRET_KEYwFirma secret key paired with the access key
WFIRMA_APP_KEYwFirma app key for the API application
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.agente-dev/wfirma-mcp": {
"command": "npx",
"args": [
"-y",
"wfirma-mcp"
],
"env": {
"WFIRMA_ACCESS_KEY": "",
"WFIRMA_SECRET_KEY": "",
"WFIRMA_APP_KEY": ""
}
}
}
}