Skip to content
Zed

n8n Manager MCP for Zed

io.github.lukisch/n8n-manager-mcp

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

client:Zed transport:stdio runtime:npm

Install n8n Manager MCP in Zed

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

{
  "context_servers": {
    "n8n-manager-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "n8n-manager-mcp"
      ]
    }
  }
}

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

n8n Manager MCP in other clients