Yasin Boelhouwer
A powerful MCP server that enables programmatic creation and management of n8n workflows. This integration provides a comprehensive set of tools for workflow automation and management.
Key Features: • Create and manage n8n workflows through MCP • List, activate, and deactivate workflows • Monitor workflow executions • Update existing workflows • Delete workflows and executions • Execution statistics and monitoring
Installation Options:
NPM Installation:
git clone https://github.com/makafeli/n8n-workflow-builder.git cd n8n-workflow-builder npm install npm run build npm start
Configuration Setup: Create or update your cline_mcp_settings.json:
{ "n8n-workflow-builder": { "command": "node", "args": ["/path/to/n8n-workflow-builder/build/index.js"], "env": { "N8N_HOST": "https://n8n.io/api/v1/", "N8N_API_KEY": "YOUR_N8N_API_KEY_HERE" } } }
Available Tools: • Workflow Management: create, update, delete, activate/deactivate • Execution Management: list, retrieve, and delete executions • Resource Access: static and dynamic workflow information
Requirements: • Node.js (v14+ recommended) • npm • n8n instance with API access