
mcp-n8n-workflow-builder
by salacoste·★ 226·Score 50
MCP server enabling AI-powered n8n workflow automation through natural language with 17 tools for comprehensive workflow lifecycle management.
Overview
The n8n Workflow Builder MCP Server transforms workflow automation by enabling users to create, manage, and monitor n8n workflows through conversational AI. It eliminates the need for manual JSON editing or complex UI navigation, allowing users to build workflows simply by describing their needs in natural language. With 17 comprehensive tools covering workflow creation, execution monitoring, tag management, and credential handling, users can manage multiple n8n environments (dev, staging, prod) from a single MCP server with intelligent instance routing.
Try asking AI
After installing, here are 7 things you can ask your AI assistant:
When to choose this
Choose this if you're already using n8n for workflow automation and want to create and manage workflows through conversational AI without leaving your IDE.
When NOT to choose this
Don't choose this if you're not already using n8n, as it's tightly coupled to the n8n ecosystem and requires an existing n8n instance with API access.
Tools this server exposes
12 tools extracted from the READMElist_workflowsList all workflows with filtering options
get_workflowRetrieve complete workflow details by ID
create_workflowBuild new workflows from scratch using natural language
update_workflowModify existing workflows with changes
delete_workflowRemove workflows permanently
activate_workflowEnable workflow execution
deactivate_workflowDisable workflow execution
execute_workflowManually trigger workflow runs with test data
list_executionsView execution history with filters
get_executionGet detailed information about a specific execution
delete_executionRemove execution records
retry_executionRetry failed workflow runs
Comparable tools
Installation
Installation
# Install globally via npm
npm install -g @kernel.salacoste/n8n-workflow-builder
# Verify installation
npx @kernel.salacoste/n8n-workflow-builder --versionClaude Desktop Integration
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"n8n-workflow-builder": {
"command": "npx",
"args": ["@kernel.salacoste/n8n-workflow-builder"]
}
}
}Restart Claude Desktop to complete the setup.
FAQ
- What n8n version is compatible with this MCP server?
- Tested with n8n v1.82.3 and higher. It should work with most recent versions of n8n.
- Can I manage multiple n8n environments simultaneously?
- Yes, the server supports multi-instance management, allowing you to configure and manage dev, staging, and production environments from a single MCP server.
- Is my API key secure with this MCP server?
- Yes, the server is designed with security in mind, featuring built-in credential protection, API key encryption, and never exposes sensitive data in logs.
Compare mcp-n8n-workflow-builder with
Last updated · Auto-generated from public README + GitHub signals.