Community-driven fork of n8n, focused on AI agent orchestration, MCP protocol integration, and intelligent automation scenarios. Flexible workflow infrastructure for modern applications.
Everything you need to build intelligent automation workflows
Drag-and-drop interface for creating complex automation without code
Native support for OpenAI, Mistral, Perplexity and other LLMs
Write JavaScript/Python directly in your workflows for any logic
View workflow execution status in real-time, debug and optimize quickly
Multi-user collaboration, role-based permissions, self-hosted deployment
Connect AWS, OpenAI, MongoDB, Kafka and other mainstream services out of the box
Community Version vs Enterprise Version
| Feature | NewFlow (Community) |
n8n (Official Enterprise) |
|---|---|---|
| Codebase | Community Fork | Official Version |
| Enhancements | AI Agent, MCP Integration | Enterprise Features |
| AI/MCP Support | Community Enhanced | Native Support |
| Use Case | Self-hosted, Community | Enterprise Services |
| Maintenance | Community | Official Team |
| Support | Community Support | Official Support |
NewFlow is a community-driven project built on n8n, following its Sustainable Use License. We focus on exploring AI agent orchestration, MCP protocol integration, and modern automation scenarios, providing an AI and context-driven workflow option for teams, not a commercial alternative to n8n.
Launch NewFlow in minutes
docker run -d \
--name newflow \
-p 5678:5678 \
-v ~/.newflow:/home/node/.newflow \
newflow/newflow:latest
Access http://localhost:5678
version: '3.8'
services:
newflow:
image: newflow/newflow:latest
ports:
- "5678:5678"
volumes:
- newflow_data:/home/node/.newflow
Includes PostgreSQL database support
git clone https://github.com/TocharianOU/newflow.git
cd newflow
pnpm install
pnpm build
pnpm start
Requires Node.js 18+ and pnpm
Learn and build your automation workflows
Detailed usage guides and API reference
Pre-built workflow examples and templates
Unit testing and integration testing docs
Production deployment best practices
Webhook Trigger → OpenAI (Generate) → Database (Store) → Response
Cron → MySQL (Fetch) → Transform → AWS S3 (Upload) → Slack Notify
HTTP Request → JSON Parse → Conditional Logic → Multiple APIs → Email Report
Build better workflows with developers worldwide