Skip to content
Cursor

n8n Manager MCP for Cursor

io.github.lukisch/n8n-manager-mcp

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

client:Cursor transport:stdio runtime:npm

Install n8n Manager MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

n8n Manager MCP in other clients