Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 1.98 KB

File metadata and controls

77 lines (55 loc) · 1.98 KB

FlowEngine

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.


Products

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. npmGitHub
n8n Nodes Community nodes: AI Workflow Builder, LLM Chat Model, Send Email Test GitHub

MCP Server Features

The FlowEngine MCP server brings your automation platform into Claude:

Instance Management

  • List and monitor all instances
  • Provision new instances for clients
  • Update configurations
  • Check health and status

Client Portals

  • View all portal URLs
  • Monitor portal status
  • Access workflows and components

AI FlowBuilder

  • Create forms, chatbots, and widgets with AI
  • Manage UI components
  • Update configurations

Quick Start

# Install with npm
npm install -g flowengine-mcp-app

# Or use with npx (no installation)
npx -y flowengine-mcp-app

Configuration (Claude Desktop):

{
  "mcpServers": {
    "flowengine": {
      "command": "npx",
      "args": ["-y", "flowengine-mcp-app"],
      "env": {
        "FLOWENGINE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Full Documentation →


Bug Tracker


Roadmap

View roadmap and vote