Skip to content
Zed

n8n MCP Server for Zed

io.github.rpgmais/mcp-n8n

The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.

client:Zed transport:stdio runtime:npm

Install n8n MCP Server in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-n8n": {
      "command": "npx",
      "args": [
        "-y",
        "@nextoolsolutions/mcp-n8n"
      ],
      "env": {
        "N8N_BASE_URL": "<N8N_BASE_URL>",
        "N8N_API_KEY": "<N8N_API_KEY>"
      }
    }
  }
}

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

n8n MCP Server in other clients