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를 자동으로 설치하려면:

지엑스피1

수동 설치

  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"] } }

특허

MIT

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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

          • 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
            798
            105
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A server implementation of the Model Context Protocol (MCP) for managing development workflow with features like project management, task tracking, and QA review support.
            Last updated -
            3
            JavaScript
            AGPL 3.0
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, supporting actions like listing, creating, updating, executing and monitoring workflows.
            Last updated -
            246
            1,066
            TypeScript
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, providing access to n8n's complete API functionality including workflow management, user administration, and credential handling.
            Last updated -
            95
            JavaScript
            MIT License
            • Linux
            • 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