What is the Fakto.app — wFirma MCP Server MCP server?
wFirma.pl (Polish accounting) via MCP: invoices, contractors, payments, reports. Full read-write.
How to install Fakto.app — wFirma MCP Server
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"wfirma": {
"url": "https://fakto.app/wfirma/stream"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wfirma": {
"serverUrl": "https://fakto.app/wfirma/stream"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"wfirma": {
"type": "http",
"url": "https://fakto.app/wfirma/stream"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"wfirma": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fakto.app/wfirma/stream"
]
}
}
}Claude Code
claude mcp add --transport http wfirma https://fakto.app/wfirma/streamRelated MCP servers
Fakturownia.pl (Polish invoicing) via MCP: invoices, clients, products, warehouse. Full read-write.