HomeDevelopment › n8n-mcp

n8n-mcp

MCP server for n8n: generate, lint, explain failed executions, drive live n8n via REST.

TypeScript Local
★ 12 stars Last pushed 2026-06-08 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.0)

npx -y @automatelab/n8n-mcp@0.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "n8n-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/n8n-mcp@0.3.0"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry