Skip to main content
Glama

n8n Workflow Builder MCP Server

by Jimmy974

n8n 工作流生成器 MCP 服务器

用于以编程方式创建和管理 n8n 工作流的模型上下文协议 (MCP) 服务器。

特征

  • 使用节点和连接创建工作流
  • 验证工作流程规范
  • 导出完整的工作流配置
  • 通过 MCP 的 REST API 接口

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 n8n Workflow Builder:

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

手动安装

  1. 克隆存储库:
git clone https://github.com/[your-username]/n8n-workflow-builder.git cd n8n-workflow-builder
  1. 安装依赖项:
npm install
  1. 编译 TypeScript:
npx tsc
  1. 启动服务器:
npm start

用法

服务器提供了一个create_workflow工具来接受工作流规范:

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

配置

将服务器添加到您的 MCP 配置:

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

执照

麻省理工学院

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

用于以编程方式创建和管理 n8n 工作流的模型上下文协议 (MCP) 服务器。

  1. 特征
    1. 安装
      1. 通过 Smithery 安装
      2. 手动安装
    2. 用法
      1. 配置
        1. 执照

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
            Last updated -
            4
            3
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
            Last updated -
            13
            2
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            A server for programmatically creating and managing n8n workflows with a REST API interface, supporting workflow creation, validation, and export.
            Last updated -
            10
            14
            207
            JavaScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            An MCP server enabling secure interaction with n8n workflows, executions, and settings via the Model Context Protocol, designed for integration with Large Language Models (LLMs).
            Last updated -
            33
            65
            34
            TypeScript
            MIT License
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jimmy974/n8n-workflow-builder'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server