Mmcp.market

n8n MCP Community MCP server

by drzamarian·io.github.drzamarian/n8n-mcp-community·v0.3.0

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

B80/100grade B
What users say
No reviews yet
Be the first
Safety scan
B80/100

full report

Adoption
Growing

1 stars66 downloads/wk

Reviews

Write one

Nobody has reviewed n8n MCP Community yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

n8n MCP Community tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan37 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 2 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10
Overall 80/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the n8n MCP Community repository's README, as published. We do not edit it. Read it on GitHub

n8n MCP Community

A security-focused Model Context Protocol server for self-hosted n8n Community Edition

Give your AI client 44 tools for self-hosted n8n Community Edition. Manage workflows, nodes, runs, credentials, tags, users, and diagnostics. No paid n8n features. The server makes no external AI calls.

Install

You need Node.js 22 or 24, your n8n URL, and an n8n API key.

Install

npm install --global n8n-mcp-community@latest

--global installs the command once. Use npx below if you do not want a global install.

Connect

{
  "mcpServers": {
    "n8n-community": {
      "command": "n8n-mcp-community",
      "env": {
        "N8N_API_URL": "https://n8n.example.com",
        "N8N_API_KEY": "replace-with-a-dedicated-api-key",
        "N8N_MCP_MODE": "read-only"
      }
    }
  }
}

Restart your client. You should see 44 tools, 5 resources, and 4 prompts.

If the client cannot find the command, run command -v n8n-mcp-community on macOS/Linux or where n8n-mcp-community on Windows. Put that full path in "command".

Want no global install? Copy this command into the client configuration shown in the full guide:

npx --yes n8n-mcp-community@latest

Want the Claude Desktop app flow? Use the MCPB below. See the full installation guide for updates, rollback, and checks.

Claude Desktop: install the MCPB (no Node.js needed)

Install Extension…**.

  1. Open the latest GitHub release.
  2. Download the file that ends in .mcpb.
  3. In Claude Desktop, open **Settings → Extensions → Advanced settings →
  1. Pick the file. Enter your n8n URL, API key, and mode.

Anthropic's MCPB guide explains the same steps. Our installation guide explains how to check the download.

Install public builds only from

npm or the

latest GitHub release.

Read the demo transcript.

Why this project

n8n Community Edition, without presenting paid-only capabilities as available.

  • Community Edition first. The release surface is designed for self-hosted

documented side effects, MCP safety annotations, and contract tests.

  • 44 useful tools, one explicit contract. Every tool has bounded inputs,

writes or the full tool set.

  • Safe by default. Read-only mode is the default. You choose when to allow

it does not execute workflows, call an agent, or contact an external model.

  • Deterministic Introspect. n8n_introspect runs a local 23-rule engine;

while preserving the rest of the workflow and disclosing the Public API's non-atomic limitation.

  • Surgical node updates. n8nupdatenode changes one validated node path

accessible workflows. It does not claim to be a complete installed catalog.

  • Truthful discovery. n8nlistnode_types reports only types observed in

static workflow data are not returned by the generic public tools.

  • Data minimization. Credential values, raw execution values, pin data, and

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y n8n-mcp-community on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add n8n-mcp-community -- npx -y n8n-mcp-community
Add to Cursor

n8n MCP Community: common questions

Is n8n MCP Community MCP server safe?
Mostly: it is graded B (80/100). Read the n8n MCP Community safety report
How do I install n8n MCP Community?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does n8n MCP Community need an API key?
Yes. The registry entry asks for N8N_API_URL, N8N_API_KEY.
Is n8n MCP Community maintained?
The last commit was 3 days ago (2026-09-21). The latest release is v0.3.0.
What can I use instead of n8n MCP Community?
Servers from other publishers that do the same job: Firefly Iii MCP server, CrowdStrike Falcon MCP Server and SSH Manager MCP server. Compare all n8n MCP Community alternatives.

Alternatives to n8n MCP Community

Same job from other publishers: the closest match first, then the best rated.

All n8n MCP Community alternatives →
  • Firefly Iii
    Security-first, self-hosted MCP server for Firefly III — 152 operations behind 5 scoped tools.
    B
  • CrowdStrike Falcon MCP Server
    Connects AI agents with CrowdStrike Falcon for security analysis and automation.
    A
  • SSH Manager
    SSH server management for agents, with per-server read-only and allowlist security modes
    B
  • Reversecore MCP
    Security-first MCP server for reverse engineering, malware analysis, forensics, and SAST.
    B
  • Notebooklm Secure
    Security-hardened NotebookLM MCP with post-quantum encryption
    A

More from drzamarian →