Skip to content

Releases: czlonkowski/n8n-mcp

Release v2.65.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:56
981f295

Release v2.65.1

Generating release notes from v2.65.0 to HEAD

🐛 Bug Fixes

  • Load .node.ee.js enterprise nodes — restore Evaluation Trigger to the database (#937) (#939) (981f295)

Release Statistics:

  • 1 commit
  • 1 contributor
  • Contributors: Romuald Członkowski

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.65.1

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.65.1

Documentation

🤖 Generated with Claude Code

Release v2.65.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:22
62f635b

Release v2.65.0

Generating release notes from v2.64.1 to HEAD

✨ Features

  • Add n8n_evaluations tool for reading evaluation test runs (#935) (62f635b)

Release Statistics:

  • 1 commit
  • 1 contributor
  • Contributors: Romuald Członkowski

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.65.0

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.65.0

Documentation

🤖 Generated with Claude Code

Release v2.64.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 16:03
339bea0

Release v2.64.1

Generating release notes from v2.63.2 to HEAD

✨ Features

  • Add Cloudflare Access (Zero Trust) authentication support (#919) (951a121)

📚 Documentation

  • Rewrite CLAUDE.md and add AGENTS.md contributor guide (#928) (43fbd17)

🔧 Maintenance


Release Statistics:

  • 3 commits
  • 2 contributors
  • Contributors: Romuald Członkowski, Miimo58

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.64.1

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.64.1

Documentation

🤖 Generated with Claude Code

Release v2.63.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 09:34
29c6ee6

Release v2.63.2

Generating release notes from v2.63.1 to HEAD

🔧 Maintenance


Release Statistics:

  • 1 commit
  • 1 contributor
  • Contributors: Romuald Członkowski

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.63.2

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.63.2

Documentation

🤖 Generated with Claude Code

Release v2.63.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 10:26
d1115d8

Release v2.63.1

Generating release notes from v2.63.0 to HEAD

📚 Documentation

  • Add AiAdvisors services footer to README (#918) (110349c)

🔧 Maintenance

  • Update n8n to 2.28.x and bump version to 2.63.1 (#920) (d1115d8)
  • Sync skills pack v1.22.0 — validator guidance aligned with 2.63.0 (Concieved by Romuald Członkowski - www.aiadvisors.pl/en) (#916) (b604bea)

Release Statistics:

  • 3 commits
  • 1 contributor
  • Contributors: Romuald Członkowski

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.63.1

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.63.1

Documentation

🤖 Generated with Claude Code

Release v2.63.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 18:24
672d667

Release v2.63.0

Generating release notes from v2.62.0 to HEAD

🐛 Bug Fixes

  • Eliminate verified validator false positives across all rule families (v2.63.0) (#911) (672d667)
  • Add form-data@^4.0.6 to package.runtime.json runtime dependencies (46e9715)

🔧 CI/CD

  • Skip live n8n integration tests when no instance is configured (#912) (6f4c46c)

📝 Other Changes

  • ci(deps): ignore the pinned @modelcontextprotocol/sdk and zod in Dependabot (69f9613)
  • deps-dev(deps-dev): bump the development-dependencies group across 1 directory with 9 updates (4b1232c)
  • deps-dev(ui)(deps-dev): bump vite (c5dae35)
  • ci(deps): bump softprops/action-gh-release from 2 to 3 (16bcdee)
  • ci(deps): bump codecov/codecov-action from 5 to 7 (631894c)
  • ci(deps): bump github/gh-aw-actions/setup (95dd8af)
  • fix(security): bump form-data to ^4.0.6 (CRLF injection) and group Dependabot security PRs (d31d9d9)

Release Statistics:

  • 10 commits
  • 4 contributors
  • Contributors: Romuald Członkowski, czlonkowski, dependabot[bot], copilot-swe-agent[bot]

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.63.0

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.63.0

Documentation

🤖 Generated with Claude Code

Release v2.62.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 10:56
5834633

Release v2.62.0

Generating release notes from v2.61.0 to HEAD

✨ Features

🐛 Bug Fixes

  • Address Copilot review — drop retired tool from manifest and clarify read-only docs (Concieved by Romuald Członkowski - www.aiadvisors.pl/en) (ee4621b)

📚 Documentation


Release Statistics:

  • 3 commits
  • 1 contributor
  • Contributors: czlonkowski

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.62.0

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.62.0

Documentation

🤖 Generated with Claude Code

Release v2.61.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 10:49
f5694cc

Release v2.61.0

Generating release notes from v2.60.0 to HEAD

🐛 Bug Fixes

🔧 Maintenance

  • Update n8n to 2.27.4 and bump version to 2.61.0 (b0e43e3)

Release Statistics:

  • 2 commits
  • 2 contributors
  • Contributors: copilot-swe-agent[bot], czlonkowski

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.61.0

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.61.0

Documentation

🤖 Generated with Claude Code

Release v2.60.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:02
3e76ea4

Release v2.60.0

Generating release notes from v2.59.4 to HEAD

🐛 Bug Fixes

  • Keep code node primitive return checks scoped (8ef4de2)

📚 Documentation

  • Address review — unique cache path per client, keep DISABLE_CONSOLE_OUTPUT (ab4c174)
  • Add DISABLED_TOOL_OPERATIONS deployment guidance and env var reference - Add Read-Only Deployment section to README.md under Available MCP Tools - Add Read-Only Deployment Recipe section to docs/HTTP_DEPLOYMENT.md under Security Best Practices for n8n API - Add DISABLED_TOOL_OPERATIONS block to .env.example after DISABLED_TOOLS with format, eligible tools, operations, and the read-only recipe example (9a8b35a)
  • Scope undefined-as-deletion note to in-process callers (c3a7a2b)
  • Note npm_config_cache workaround for multiple npx MCP clients (958660a)

🧪 Testing

  • Update get-node-unified TTL assertion to seconds (86400) (0ccb931)
  • Cover large Code node return validation (47b88b0)
  • Cover Code node return scanner edge cases (908e442)

📝 Other Changes

  • docs(changelog): correct Google Sheets #730 scope (Copilot review) (62e2de0)
  • chore(release): v2.60.0 (afe85d5)
  • deps-dev(ui)(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /ui-apps (56c5bba)
  • deps-dev(ui)(deps-dev): bump @vitejs/plugin-react in /ui-apps (144f8ee)
  • deps-dev(ui)(deps-dev): bump vite from 6.4.3 to 8.1.0 in /ui-apps (6a32b5e)
  • fix(validator): division after string literal; comment before helper brace (d2ed1b5)
  • chore(deps): address Copilot review on dependabot hardening (9465f25)
  • fix(validator): bound function-head scan; require boundary after primitive keywords (572bff4)
  • chore(deps): align rebase-strategy across blocks; clarify runtime note (e96700e)
  • chore(deps): harden Dependabot config (ignore n8n pkgs, cover ui-apps) (047f2cb)
  • fix(validator): exclude for-await from function detection; strip comment/string returns (7fd6c3a)
  • fix(cache): pass version-summary TTL in seconds, not ms (374b639)
  • ci(deps): bump actions/setup-node from 4 to 6 (8299115)
  • ci(deps): bump actions/checkout from 4 to 7 (6c9fb1a)
  • ci(deps): bump actions/download-artifact from 4 to 8 (1c57158)
  • ci(deps): bump actions/upload-artifact from 4 to 7 (b990da9)
  • ci(deps): bump docker/login-action from 3 to 4 (6323142)
  • fix(mcp): recompute tool annotations when all destructive ops are disabled (e09bd07)
  • fix(validator): don't accept columns mapping for Google Sheets read (ed7e3c3)
  • fix(validator): handle nested parens in Code helper detection (b003d79)
  • chore(security): add Dependabot config for npm, Actions, and Docker (9c686c4)
  • fix(mcp): remove non-existent truncate mode; harden DISABLED_TOOL_OPERATIONS (202ebdc)
  • fix(mcp): make buildFilteredToolDefinitions enum filter case-insensitive (8da8a32)
  • fix(mcp): harden DISABLED_TOOL_OPERATIONS against case mismatches and all-ops-disabled misconfiguration - Normalise operation names to lowercase at parse time (env var entries) and at comparison time (both the CallToolRequestSchema guard and the executeTool defense-in-depth guard), closing a bypass where a client sending action:"DELETE" would slip past an n8n_executions:delete rule. - Emit logger.warn inside buildFilteredToolDefinitions when the filtered enum is empty (all operations disabled), directing the operator to add the tool to DISABLED_TOOLS instead. Three new tests added (33 total, all passing): - parser normalises uppercase env var entries to lowercase - dispatch guard blocks uppercase client-sent operation values - buildFilteredToolDefinitions warns on empty enum (9d1a0dc)
  • fix(mcp): move operation guard after arg normalization and add isError flag (68469a4)
  • feat(mcp): add per-operation tool filtering via DISABLED_TOOL_OPERATIONS (3eda33d)
  • fix(validator): detect methods, generators and regex literals in Code scanner (c14b99c)
  • fix(diff-engine): accept undefined as property-removal marker (#292) (702c806)
  • fix(validator): align Google Sheets columns checks; fix leftover read test (3889e11)
  • fix(validator): accept columns resourceMapper for Google Sheets read/update (d438b15)

Release Statistics:

  • 38 commits
  • 7 contributors

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.60.0

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.60.0

Documentation

🤖 Generated with Claude Code

Release v2.59.4

Choose a tag to compare

@github-actions github-actions released this 23 Jun 21:55
a58d206

Release v2.59.4

Generating release notes from v2.59.3 to HEAD

✨ Features

  • Add MCPB bundle with generated manifest and release packaging (9b773be)

🐛 Bug Fixes

  • Pin uuid to ^11 to restore CommonJS startup (closes #864) (901d3e2)

📝 Other Changes

  • fix(ci): make CJS runtime smoke test strict on every supported Node (#864 review) (888091e)

Release Statistics:

  • 3 commits
  • 1 contributor
  • Contributors: czlonkowski

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.59.4

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.59.4

Documentation

🤖 Generated with Claude Code