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
{
"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