n8n-workflow-builder
16
The n8n Workflow Builder is an MCP server designed to create and manage workflows using n8n. It offers features like node creation, workflow validation, and configuration export with REST API access.
n8n Workflow Builder MCP Server
- A Model Context Protocol (MCP) server for creating and managing n8n workflows.
- Features include creating workflows with nodes and connections, validating workflow specifications, exporting complete workflow configurations, and accessing via a REST API through MCP.
- Supports installation via Smithery or manual setup.
- Provides a tool for creating workflows with specific nodes and connections.
Installation
Installing via Smithery
- To install automatically via Smithery.
Manual Installation
- Clone the repository and navigate to the directory.
- Install dependencies, compile TypeScript, and start the server.
Usage
- Use the
create_workflow
tool to accept workflow specifications.