A Model Context Protocol (MCP) server for programmatically creating and managing n8n workflows.
A Model Context Protocol (MCP) server for programmatically creating and managing n8n workflows.
To install n8n Workflow Builder for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install n8n-workflow-builder --client claude
git clone https://github.com/[your-username]/n8n-workflow-builder.git cd n8n-workflow-builder
npm install
npx tsc
npm start
The server provides a create_workflow
tool that accepts a workflow specification:
{ "nodes": [ { "type": "n8n-nodes-base.httpRequest", "name": "HTTP Request", "parameters": { "url": "https://example.com", "method": "GET" } } ], "connections": [] }
Add the server to your MCP configuration:
{ "n8n-workflow-builder": { "command": "node", "args": ["/path/to/n8n-workflow-builder/dist/index.js"] } }
MIT
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!