Skip to content
Cursor

n8n MCP Server for Cursor

io.github.rpgmais/mcp-n8n

The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.

client:Cursor transport:stdio runtime:npm

Install n8n MCP Server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-n8n": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nextoolsolutions/mcp-n8n"
      ],
      "env": {
        "N8N_BASE_URL": "<N8N_BASE_URL>",
        "N8N_API_KEY": "<N8N_API_KEY>"
      }
    }
  }
}

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

n8n MCP Server in other clients