Skip to content
Cursor

n8n mcp for Cursor

io.github.ratamaha-git/n8n-mcp

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

client:Cursor transport:stdio runtime:npm

Install n8n mcp in Cursor

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

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

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

n8n mcp in other clients