The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "wFirma MCP Client Tool Example",
"description": "Przyk\u0142ad u\u017cycia MCP Client Tool z wFirma MCP Server",
"nodes": [
{
"parameters": {},
"id": "manual-trigger",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"command": "node",
"args": "={{ [\"E:\\\\_PROJEKTY\\\\MCP_wFirma\\\\dist\\\\index.js\"] }}",
"workingDirectory": "E:\\_PROJEKTY\\MCP_wFirma",
"environment": {
"WFIRMA_ACCESS_KEY": "={{ $env.WFIRMA_ACCESS_KEY }}",
"WFIRMA_SECRET_KEY": "={{ $env.WFIRMA_SECRET_KEY }}",
"WFIRMA_APP_KEY": "={{ $env.WFIRMA_APP_KEY }}",
"WFIRMA_COMPANY_ID": "={{ $env.WFIRMA_COMPANY_ID }}",
"WFIRMA_API_URL": "={{ $env.WFIRMA_API_URL }}"
},
"toolsToInclude": [
"get_invoices",
"create_invoice",
"get_contractors",
"get_contractor",
"get_contractor_by_tax_no",
"search_contractors",
"create_contractor",
"get_stock",
"get_financial_summary",
"get_expenses",
"get_payments"
]
},
"id": "mcp-client-tool",
"name": "wFirma MCP Client Tool",
"type": "n8n-nodes-mcp.mcpClientTool",
"typeVersion": 1,
"position": [
460,
300
]
},
{
"parameters": {
"toolName": "get_invoices",
"arguments": "={{ {\n \"limit\": 10,\n \"date_from\": \"2024-01-01\",\n \"date_to\": \"2024-12-31\"\n} }}"
},
"id": "get-invoices",
"name": "Get Invoices",
"type": "n8n-nodes-mcp.mcpToolCall",
"typeVersion": 1,
"position": [
680,
300
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "status",
"value": "={{ $json.result ? 'success' : 'error' }}"
},
{
"name": "invoices_count",
"value": "={{ $json.result?.content?.[0]?.text ? JSON.parse($json.result.content[0].text).data?.length || 0 : 0 }}"
},
{
"name": "raw_response",
"value": "={{ $json }}"
}
]
},
"options": {}
},
"id": "process-results",
"name": "Process Results",
"type": "n8n-nodes-base.set",
"typeVersion": 3.3,
"position": [
900,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "wFirma MCP Client Tool",
"type": "main",
"index": 0
}
]
]
},
"wFirma MCP Client Tool": {
"main": [
[
{
"node": "Get Invoices",
"type": "main",
"index": 0
}
]
]
},
"Get Invoices": {
"main": [
[
{
"node": "Process Results",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [
"wfirma",
"mcp",
"invoices"
],
"triggerCount": 0,
"updatedAt": "2024-10-07T13:00:00.000Z",
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
wFirma MCP Client Tool Example. Uses n8n-nodes-mcp. Event-driven trigger; 4 nodes.
Source: https://github.com/nulline-apps/fakto-mcp/blob/362ef5983a50b59fb9cd5c1bd6070ae780081006/examples/n8n/n8n-mcp-client-tool-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Convert Docx From Url To Pdf Using Convertapi. Uses manualTrigger, httpRequest, readWriteFile, stickyNote. Event-driven trigger; 6 nodes.
Preparing Data To Be Sent To A Service. Uses manualTrigger, stickyNote, googleSheets, n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.
Extract Contracts to a Register. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.
📄 Description: This workflow helps you migrate customer records directly from Odoo v15 to Odoo v18 without the need for manual exports or intermediate files.
wf_update_all_caches. Uses executeWorkflowTrigger. Event-driven trigger; 6 nodes.