n8n Autopilot MCP SaaS
Allows for AI-powered creation and management of automated workflows within n8n, enabling users to describe desired automations which the server then builds and runs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@n8n Autopilot MCP SaaSBuild a workflow that sends a Slack notification for every new GitHub star"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Layer | Technology |
Backend | NestJS, TypeScript, Prisma |
Frontend | React, Vite, TailwindCSS |
Database | Supabase PostgreSQL + pgvector |
AI | OpenAI GPT-4 |
MCP | @modelcontextprotocol/sdk |
n8n | Self-hosted instance |
📚 Documentation
🔑 Environment Variables
See .env.example files in each app directory.
📄 License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mosaictm1/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server