Skip to content
VS Code

n8n Manager MCP for VS Code

io.github.lukisch/n8n-manager-mcp

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

client:VS Code transport:stdio runtime:npm

Install n8n Manager MCP in VS Code

.vscode/mcp.json

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

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

n8n Manager MCP in other clients