MCP Hub
Back to servers

mcp

An AI-powered workflow automation platform that integrates n8n with the Model Context Protocol to build and run workflows based on natural language descriptions.

Updated
Jan 12, 2026

n8n Autopilot MCP SaaS

AI-Powered Workflow Automation — Just describe what you want, and we build & run it.

🚀 Quick Start

# Install dependencies
pnpm install

# Setup environment
cp apps/backend/.env.example apps/backend/.env
cp apps/frontend/.env.example apps/frontend/.env

# Run database migrations
pnpm db:push

# Start development servers
pnpm dev

📦 Project Structure

n8n-autopilot/
├── apps/
│   ├── backend/    # NestJS API + MCP Server
│   └── frontend/   # React + Vite UI
├── packages/
│   └── shared/     # Shared types & utilities
└── docs/           # Documentation

🔧 Tech Stack

LayerTechnology
BackendNestJS, TypeScript, Prisma
FrontendReact, Vite, TailwindCSS
DatabaseSupabase PostgreSQL + pgvector
AIOpenAI GPT-4
MCP@modelcontextprotocol/sdk
n8nSelf-hosted instance

📚 Documentation

🔑 Environment Variables

See .env.example files in each app directory.

📄 License

MIT

Reviews

No reviews yet

Sign in to write a review