MCP Catalogs
Homemcp-n8n-workflow-builder screenshot

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.

productivitydeveloper-toolsops-infra
59
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:AI-powered workflow creation without JSON editing
you:Multi-instance workflow management across dev/staging/prod environments
you:Debugging and monitoring failed workflow executions
you:Secure credential management for various services
you:What n8n version is compatible with this MCP server?
you:Can I manage multiple n8n environments simultaneously?
you:Is my API key secure with this MCP server?

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 README
  • list_workflows

    List all workflows with filtering options

  • get_workflow

    Retrieve complete workflow details by ID

  • create_workflow

    Build new workflows from scratch using natural language

  • update_workflow

    Modify existing workflows with changes

  • delete_workflow

    Remove workflows permanently

  • activate_workflow

    Enable workflow execution

  • deactivate_workflow

    Disable workflow execution

  • execute_workflow

    Manually trigger workflow runs with test data

  • list_executions

    View execution history with filters

  • get_execution

    Get detailed information about a specific execution

  • delete_execution

    Remove execution records

  • retry_execution

    Retry failed workflow runs

Comparable tools

n8nzapier-mcpmake-composer

Installation

Installation

# Install globally via npm
npm install -g @kernel.salacoste/n8n-workflow-builder

# Verify installation
npx @kernel.salacoste/n8n-workflow-builder --version

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.