π§
n8n Workflow Builder
π§MCP Servermakafeli/n8n-workflow-builder
What it does
Enables AI assistants like Claude and ChatGPT to directly create, manage, and execute n8n workflows through natural language commands using the Model Context Protocol (MCP).
remotehosted
Installation
npxRun with npx
npx @makafeli/n8n-workflow-buildergit cloneClone repository
git clone https://github.com/makafeli/n8n-workflow-builder.gitnpm runRun npm script
npm run buildClaude Desktop ConfigurationAdd this to your claude_desktop_config.json
{
"mcpServers": {
"n8n-workflow-builder": {
"command": "npx",
...π Extracted from makafeli/n8n-workflow-builder README
180
AddedJan 26, 2026