Home › Other › mcp-n8n

mcp-n8n

Operate and build n8n: 61 tools, 560-node catalog, validation, autofix, snapshots and backups.

TypeScript
★ 21 stars Last pushed 2026-09-21 License: MIT

Connect

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

Package (npm 1.5.0)

npx -y mcp-n8n@1.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-n8n": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-n8n@1.5.0"
      ],
      "env": {
        "N8N_BASE_URL": "<YOUR_VALUE>",
        "N8N_API_KEY": "<YOUR_VALUE>",
        "N8N_TOOLSETS": "<YOUR_VALUE>"
      }
    }
  }
}
  • N8N_BASE_URL required — Base URL of the n8n instance (e.g. https://your-n8n-instance.com)
  • N8N_API_KEY required secret — n8n API key (Settings -> n8n API)
  • N8N_TOOLSETS — Comma-separated toolsets to expose: core, builder, admin (default: all)

Related servers

Data from the Official MCP Registry