$ timeahead.in
mcp/n8n-nodes-mcp-readonly-trigger/install/cursor

install n8n-nodes-mcp-readonly-trigger on Cursor

Requires Node 18+ on your system so npx can fetch the package on first run. Cursor reloads its MCP servers automatically the moment the file is saved — no restart needed. Paste the config below, then follow the reload step to register n8n-nodes-mcp-readonly-trigger.

paste into
global: ~/.cursor/mcp.json
project: .cursor/mcp.json (commit alongside your repo)
{
  "mcpServers": {
    "n8n-nodes-readonly-trigger": {
      "command": "npx",
      "args": [
        "-y",
        "n8n-nodes-mcp-readonly-trigger"
      ]
    }
  }
}
then: No restart needed — Cursor picks up the change automatically.
other clients
Claude DesktopWindsurfVS Code (Copilot)Claude Code
← back to n8n-nodes-mcp-readonly-trigger
Install n8n-nodes-mcp-readonly-trigger MCP Server on Cursor | Timeahead