HomeProductivity › n8n MCP Community

n8n MCP Community

A security-focused MCP server for self-hosted n8n Community Edition.

TypeScript Local
★ 1 stars Last pushed 2026-09-21 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 0.3.0)

npx -y n8n-mcp-community@0.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "n8n-mcp-community": {
      "command": "npx",
      "args": [
        "-y",
        "n8n-mcp-community@0.3.0"
      ],
      "env": {
        "N8N_API_URL": "<YOUR_VALUE>",
        "N8N_API_KEY": "<YOUR_VALUE>",
        "N8N_MCP_MODE": "<YOUR_VALUE>",
        "N8N_ALLOW_INSECURE_HTTP": "<YOUR_VALUE>"
      }
    }
  }
}
  • N8N_API_URL required secret — Absolute HTTP(S) base URL for the intended self-hosted n8n instance; plaintext HTTP is limited to loopback unless explicitly allowed.
  • N8N_API_KEY required secret — Dedicated least-privilege n8n Public API key.
  • N8N_MCP_MODE — Operation mode: read-only, write, or unsafe.
  • N8N_ALLOW_INSECURE_HTTP — Keep 0 unless plaintext HTTP to a non-loopback host is explicitly accepted.

Related servers

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

Data from the Official MCP Registry