Enables programmatic creation and management of n8n workflows, including adding nodes, establishing connections between nodes, validating workflow specifications, and exporting complete workflow configurations.
n8n Workflow Builder MCP Server
A Model Context Protocol (MCP) server for programmatically creating and managing n8n workflows.
Features
Create workflows with nodes and connections
Validate workflow specifications
Export complete workflow configurations
REST API interface through MCP
Related MCP server: Context Manager MCP Server
Installation
Installing via Smithery
To install n8n Workflow Builder for Claude Desktop automatically via Smithery:
Manual Installation
Clone the repository:
Install dependencies:
Compile TypeScript:
Start the server:
Usage
The server provides a create_workflow tool that accepts a workflow specification:
Configuration
Add the server to your MCP configuration:
License
MIT