Control your white-label automation platform from Claude
FlowEngine is a white-label n8n automation platform that lets you build and deploy workflow automations for your clients.
| Product | Description | Link |
|---|---|---|
| FlowEngine Platform | White-label n8n automation platform with AI workflow builder and managed hosting | flowengine.cloud |
| MCP Server | Official Model Context Protocol server for Claude Desktop, VSCode, and Claude Code CLI. Manage instances, portals, and build UI components. | npm • GitHub |
| n8n Nodes | Community nodes: AI Workflow Builder, LLM Chat Model, Send Email Test | GitHub |
The FlowEngine MCP server brings your automation platform into Claude:
- List and monitor all instances
- Provision new instances for clients
- Update configurations
- Check health and status
- View all portal URLs
- Monitor portal status
- Access workflows and components
- Create forms, chatbots, and widgets with AI
- Manage UI components
- Update configurations
# Install with npm
npm install -g flowengine-mcp-app
# Or use with npx (no installation)
npx -y flowengine-mcp-appConfiguration (Claude Desktop):
{
"mcpServers": {
"flowengine": {
"command": "npx",
"args": ["-y", "flowengine-mcp-app"],
"env": {
"FLOWENGINE_API_KEY": "your-api-key-here"
}
}
}
}