FlowEngine MCP Server(Open Source)

Build n8n workflows with AI - 600+ nodes, intelligent validation & auto-fixing

What is MCP?

The Model Context Protocol (MCP) is an open protocol that enables AI assistants to securely connect with external tools and data sources. The FlowEngine MCP server allows any MCP-compatible AI (Claude, Cursor, Cline, etc.) to generate production-ready n8n workflows from natural language descriptions.

🎯

600+ Nodes

Full access to n8n-nodes-base and LangChain nodes with real schemas

✅

Auto-Validation

Intelligent error detection and automatic workflow fixing

🔒

Security Scanning

Vulnerability detection and sensitive data protection

Installation

Remote Server (Unlimited Usage)

Connect to our hosted MCP server - no local installation needed. Unlimited usage with always up-to-date node schemas.

Server URL:

https://mcp-flowengine-n8n-workflow-builder.onrender.com/mcp

Configuration

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "flowengine-n8n": {
      "url": "https://mcp-flowengine-n8n-workflow-builder.onrender.com/mcp"
    }
  }
}

Select Your IDE

Video Tutorial

Watch this step-by-step guide on how to install and configure the FlowEngine MCP server

Available Tools (23)

build_workflow

Generate complete n8n workflow from description

validate_workflow

Check workflow for errors and issues

scan_security

Detect vulnerabilities and sensitive data

analyze_performance

Identify bottlenecks and optimization opportunities

suggest_nodes

Get node recommendations for specific tasks

search_nodes

Find nodes by keyword or functionality

get_node_details

Get detailed documentation for a specific node

add_node

Add a node to existing workflow

remove_node

Remove a node from workflow

update_node

Update node parameters

connect_nodes

Create connections between nodes

fix_workflow

Automatically fix workflow errors

Quick Start Guide

1

Choose Installation Method

Select Remote (unlimited, hosted) or Local (runs on your machine) installation above

2

Add Configuration

Copy the config for your IDE and add it to the configuration file. For Claude Desktop, that's ~/Library/Application Support/Claude/claude_desktop_config.json

3

Restart Your IDE

Restart your AI assistant/IDE to load the new MCP server

4

Start Building

Try asking your AI: "Build me an n8n workflow that sends a Slack notification when I receive an important email"

Documentation & Resources

Need Help?

Join our Discord community for support, feature requests, and to share your workflows:

Join Discord Community