A favicon of n8n Workflow Builder

n8n Workflow Builder

MCP server for programmatically creating and managing n8n workflows

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the n8n Workflow Builder MCP server manually.

n8n Workflow Builder MCP Server

smithery badge

A Model Context Protocol (MCP) server for programmatically creating and managing n8n workflows.

n8n Workflow Builder Server MCP server

Features

  • Create workflows with nodes and connections
  • Validate workflow specifications
  • Export complete workflow configurations
  • REST API interface through MCP

Installation

Installing via Smithery

To install n8n Workflow Builder for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install n8n-workflow-builder --client claude

Manual Installation

  1. Clone the repository:
git clone https://github.com/[your-username]/n8n-workflow-builder.git
cd n8n-workflow-builder
  1. Install dependencies:
npm install
  1. Compile TypeScript:
npx tsc
  1. Start the server:
npm start

Usage

The server provides a create_workflow tool that accepts a workflow specification:

{
  "nodes": [
    {
      "type": "n8n-nodes-base.httpRequest",
      "name": "HTTP Request",
      "parameters": {
        "url": "https://example.com",
        "method": "GET"
      }
    }
  ],
  "connections": []
}

Configuration

Add the server to your MCP configuration:

{
  "n8n-workflow-builder": {
    "command": "node",
    "args": ["/path/to/n8n-workflow-builder/dist/index.js"]
  }
}

License

MIT

Share:
Details:
  • Stars


    19
  • Forks


    6
  • Last commit


    5 months ago
  • Repository age


    5 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to n8n Workflow Builder:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit