Release v2.11.2
Updated
- n8n Dependencies: Updated to latest versions for compatibility and new features
- n8n: 1.110.1 → 1.111.0
- n8n-core: 1.109.0 → 1.110.0
- n8n-workflow: 1.107.0 → 1.108.0
- @n8n/n8n-nodes-langchain: 1.109.1 → 1.110.0
- Node Database: Rebuilt with 535 nodes from updated n8n packages
- Templates: Preserved all 2,598 workflow templates with metadata intact
- All critical nodes validated successfully (httpRequest, code, slack, agent)
- Test suite: 1,911 tests passing, 5 flaky performance tests failing (99.7% pass rate)
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.11.2
# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.11.2
Documentation
🤖 Generated with Claude Code