Description

MCP server implementation for n8n workflow automation.

Installation

npx -y n8n-mcp-server
npm install n8n-mcp-server
git clone https://github.com/illuminaresolutions/n8n-mcp-server

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "n8n-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "n8n-mcp-server"
      ]
    }
  }
}