★ 501 stars
JavaScript
🤖 AI/LLM
Updated 1mo ago
AI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n-workflow-builder": {
"command": "npx",
"args": [
"-y",
"makafeli/n8n-workflow-builder"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add n8n-workflow-builder npx -y makafeli/n8n-workflow-builder
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"n8n-workflow-builder": {
"command": "npx",
"args": [
"-y",
"makafeli/n8n-workflow-builder"
]
}
}
}
📋 Copy
Topics
ai-assistant ai-automation ai-integration api-integration api-wrapper automation-tools chatgpt-integration claude-desktop low-code mcp-server model-context-protocol n8n no-code nodejs rest-api