n8n-mcp-enhanced
This tool expands the n8n-mcp template database by adding workflows from the BeyondAman collection and fixing search limitations. It requires Python and Node.js environments and offers over 2,000 workflows. However, it comes with risks and should be used cautiously.
GitHub Stars
2
User Rating
Not Rated
Favorites
0
Views
27
Forks
0
Issues
1
README
n8n-mcp-enhanced
Tools to expand n8n-mcp template database and fix search limits.
Prerequisites
- n8n-mcp installed
- Python 3.8+ and Node.js 18+
Quick Start
# 1. Download BeyondAman workflows
./scripts/download_workflows.sh
# 2. Import into n8n-mcp database
python3 scripts/import_workflows.py
# 3. Use enhanced search wrapper
cp enhanced-search/run-mcp-enhanced.js ~/your-project/
What You Get
- 2,000+ workflows from BeyondAman collection
- Fixed search - no more "result exceeds maximum length"
- Better learning - Claude sees all templates
⚠️ Warnings
- USE AT YOUR OWN RISK - verify workflows before production
- BACKUP FIRST - scripts create backups automatically
- RESPECT LICENSES - check original workflow licenses
Credits
- n8n-mcp by czlonkowski
- BeyondAman/n8n-workflows collection