HomeProductivity › n8n Pro MCP

n8n Pro MCP

Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools.

TypeScript Local macOSWindowsLinux
★ 3 stars Last pushed 2026-09-10 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "n8n-pro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "N8N_API_URL": "<YOUR_VALUE>",
        "N8N_API_KEY": "<YOUR_VALUE>",
        "N8N_WEBHOOK_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • N8N_API_URL required — Base URL of the n8n instance (no /api/v1 suffix)
  • N8N_API_KEY required secret — n8n API key (Settings -> n8n API -> Create API key)
  • N8N_WEBHOOK_BASE_URL — Separate base URL for webhook calls (queue mode webhook processors)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry