Skip to content
VS Code

n8n mcp for VS Code

io.github.ratamaha-git/n8n-mcp

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

client:VS Code transport:stdio runtime:npm

Install n8n mcp in VS Code

.vscode/mcp.json

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

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

n8n mcp in other clients