Releases: czlonkowski/n8n-mcp
Release v2.10.9
Release v2.10.9
Changed
- Dependencies: Updated n8n packages to 1.110.1
- n8n: 1.109.2 → 1.110.1
- n8n-core: 1.108.0 → 1.109.0
- n8n-workflow: 1.106.0 → 1.107.0
- @n8n/n8n-nodes-langchain: 1.108.1 → 1.109.1
Updated
- Node Database: Rebuilt with 536 nodes from updated n8n packages
- Templates: Refreshed workflow templates database with latest 499 templates from n8n.io
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.10.9
# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.10.9
Documentation
🤖 Generated with Claude Code
v2.10.8
Docker Image
The n8n-specific Docker image is available at:
docker pull ghcr.io/czlonkowski/n8n-mcp/n8n-mcp:v2.10.8
Quick Deploy
Use the quick deploy script for easy setup:
./deploy/quick-deploy-n8n.sh setup
See the deployment documentation for detailed instructions.
v2.10.7
Docker Image
The n8n-specific Docker image is available at:
docker pull ghcr.io/czlonkowski/n8n-mcp/n8n-mcp:v2.10.7
Quick Deploy
Use the quick deploy script for easy setup:
./deploy/quick-deploy-n8n.sh setup
See the deployment documentation for detailed instructions.
Full Changelog: v2.10.4...v2.10.7
v2.10.6
Docker Image
The n8n-specific Docker image is available at:
docker pull ghcr.io/czlonkowski/n8n-mcp/n8n-mcp:v2.10.6
Quick Deploy
Use the quick deploy script for easy setup:
./deploy/quick-deploy-n8n.sh setup
See the deployment documentation for detailed instructions.
Full Changelog: v2.10.4...v2.10.6
Release v2.10.5
Release v2.10.5
Updated
- n8n Dependencies: Updated to latest versions for compatibility and new features
- n8n: 1.106.3 → 1.107.4
- n8n-core: 1.105.3 → 1.106.2
- n8n-workflow: 1.103.3 → 1.104.1
- @n8n/n8n-nodes-langchain: 1.105.3 → 1.106.2
- Node Database: Rebuilt with 535 nodes from updated n8n packages
- All tests passing with updated dependencies
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.10.5
# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.10.5
Documentation
🤖 Generated with Claude Code
Release v2.10.4
Release v2.10.4
Updated
- n8n Dependencies: Updated to latest versions for compatibility and new features
- n8n: 1.105.2 → 1.106.3
- n8n-core: 1.104.1 → 1.105.3
- n8n-workflow: 1.102.1 → 1.103.3
- @n8n/n8n-nodes-langchain: 1.104.1 → 1.105.3
- Node Database: Rebuilt with 535 nodes from updated n8n packages
- All 1,728 tests passing with updated dependencies
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.10.4
# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.10.4
Documentation
🤖 Generated with Claude Code
v2.10.3
Docker Image
The n8n-specific Docker image is available at:
docker pull ghcr.io/czlonkowski/n8n-mcp/n8n-mcp:v2.10.3
Quick Deploy
Use the quick deploy script for easy setup:
./deploy/quick-deploy-n8n.sh setup
See the deployment documentation for detailed instructions.
What's Changed
- Use wget since n8n image goes not have curl by @qaribhaider in #122
- fix: handle GitHub Actions permission errors gracefully by @czlonkowski in #127
- fix: resolve SplitInBatches output confusion for AI assistants by @czlonkowski in #128
New Contributors
- @qaribhaider made their first contribution in #122
Full Changelog: v2.10.2...v2.10.3
v2.10.2
Docker Image
The n8n-specific Docker image is available at:
docker pull ghcr.io/czlonkowski/n8n-mcp/n8n-mcp:v2.10.2
Quick Deploy
Use the quick deploy script for easy setup:
./deploy/quick-deploy-n8n.sh setup
See the deployment documentation for detailed instructions.
What's Changed
- fix: skip CI/CD workflows for documentation-only changes by @czlonkowski in #121
Full Changelog: v2.10.1...v2.10.2
v2.10.1
Docker Image
The n8n-specific Docker image is available at:
docker pull ghcr.io/czlonkowski/n8n-mcp/n8n-mcp:v2.10.1
Quick Deploy
Use the quick deploy script for easy setup:
./deploy/quick-deploy-n8n.sh setup
See the deployment documentation for detailed instructions.
What's Changed
- fix: Docker build failures and outdated pre-built images by @czlonkowski in #117
- feat: Add automated release system with CI/CD pipeline by @czlonkowski in #119
- fix: memory leak in SimpleCache causing MCP connection loss (fixes #118) by @czlonkowski in #120
Full Changelog: v2.9.1...v2.10.1
v2.8.1
Updated n8n to ^1.104.1