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