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
  • Jira MCP Server
  • TxtAi Memory Vector Server
  • Amazon VPC Lattice MCP Server
  • MCP Server
  • Image Generation MCP Server
Back to MCP Servers
n8n Workflow Builder MCP Server

n8n Workflow Builder MCP Server

Public
Jimmy974/n8n-workflow-builder

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

Verified
javascript
0 tools
May 30, 2025
Updated May 30, 2025

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
  • Jira MCP Server
    Jira MCP Server

    A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowi...

    Added May 30, 2025
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol (MCP) server implementation for semantic search and memory management using T...

    Added May 30, 2025
  • Amazon VPC Lattice MCP Server
    Amazon VPC Lattice MCP Server

    A Model Context Protocol server that provides tools for accessing and managing AWS VPC Lattice infor...

    2 tools
    Added May 30, 2025
  • MCP Server
    MCP Server

    This TypeScript-based MCP server allows users to manage a simple notes system through creating and s...

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

    A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schn...

    1 tools
    Added May 30, 2025