ProductivityJavaScript

n8n-workflow-builder

Integrate AI assistants like Claude Desktop and ChatGPT with n8n for natural language workflow automation.

Free
N/A rating (0 reviews)0 installs505 GitHub stars
AIWorkflow AutomationIntegration

The n8n Workflow Builder MCP Server allows users to connect various AI assistants directly to their n8n instance, enabling seamless workflow management through natural language commands. This integration facilitates the creation, management, and execution of workflows, making automation more intuitive and accessible for users of all skill levels. By leveraging the Model Context Protocol (MCP), users can interact with their workflows conversationally, streamlining processes and enhancing productivity. Whether you're automating simple tasks or complex workflows, this integration empowers users to harness the capabilities of AI assistants effectively.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "n8n-workflow-builder": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-n8n-workflow-builder"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1