Skip to content
VS Code

N8n for VS Code

io.github.pipeworx-io/n8n

n8n MCP — query your own n8n instance (BYO).

client:VS Code transport:streamable-http

Install N8n in VS Code

.vscode/mcp.json

{
  "servers": {
    "n8n": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/n8n/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

N8n in other clients