n8n Workflow Builder

n8n Workflow Builder

Yasin Boelhouwer

4.3
14k+ downloads
Version 1.0.0
Updated 2024-03-15
~1MB

About

A powerful MCP server that enables programmatic creation and management of n8n workflows. This integration provides a comprehensive set of tools for workflow automation and management.

Key Features: • Create and manage n8n workflows through MCP • List, activate, and deactivate workflows • Monitor workflow executions • Update existing workflows • Delete workflows and executions • Execution statistics and monitoring

Installation Options:

  1. NPM Installation:

    git clone https://github.com/makafeli/n8n-workflow-builder.git
    cd n8n-workflow-builder
    npm install
    npm run build
    npm start
    
  2. Configuration Setup: Create or update your cline_mcp_settings.json:

    {
      "n8n-workflow-builder": {
        "command": "node",
        "args": ["/path/to/n8n-workflow-builder/build/index.js"],
        "env": {
          "N8N_HOST": "https://n8n.io/api/v1/",
          "N8N_API_KEY": "YOUR_N8N_API_KEY_HERE"
        }
      }
    }
    

Available Tools: • Workflow Management: create, update, delete, activate/deactivate • Execution Management: list, retrieve, and delete executions • Resource Access: static and dynamic workflow information

Requirements: • Node.js (v14+ recommended) • npm • n8n instance with API access

Screenshots

n8n Workflow Builder screenshot 1
n8n Workflow Builder screenshot 2

Information

Developer
Yasin Boelhouwer
Category
Development
Size
~1MB
Version
1.0.0
Last Updated
2024-03-15
Requirements
Node.js v14+, npm, n8n instance