Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • PPTX MCP Server
  • SQLite MCP Server
  • Image Processor MCP Server
  • Xano MCP Server for Smithery
  • CouchDB MCP Server
Back to MCP Servers
n8n Workflow Builder MCP Server

n8n Workflow Builder MCP Server

Public
Jimmy974/n8n-workflow-builder

Model Context Protocol server enabling programmatic creation, validation, and export of n8n workflows with nodes and connections via a REST API interface.

javascript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with n8n Workflow Builder MCP Server

MCP Server

Unlock the full potential of n8n Workflow Builder MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

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

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

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • PPTX MCP Server
    PPTX MCP Server

    FastMCP-powered Model Context Protocol server enabling programmatic creation, editing, and rendering...

    Added May 30, 2025
  • SQLite MCP Server
    SQLite MCP Server

    A Model Context Protocol server enabling AI models to execute SQL queries, manage SQLite database sc...

    Added May 30, 2025
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based Model Context Protocol server enabling creation, access, and summarization of tex...

    2 tools
    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    Model Context Protocol server enabling seamless integration between Claude AI and Xano databases wit...

    Added May 30, 2025
  • CouchDB MCP Server
    CouchDB MCP Server

    Model Context Protocol server enabling AI assistants to manage CouchDB databases and documents with ...

    9 tools
    Added May 30, 2025