Skip to content
Zed

n8n mcp for Zed

io.github.ratamaha-git/n8n-mcp

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

client:Zed transport:stdio runtime:npm

Install n8n mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

n8n mcp in other clients