n8n-mcp-server

illuminaresolutions/n8n-mcp-server
★ 120 stars TypeScript Other Updated 3mo ago
MCP server implementation for n8n workflow automation
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "n8n-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "illuminaresolutions/n8n-mcp-server"
      ]
    }
  }
}