n8n ワークフロービルダー MCP サーバー
n8n ワークフローをプログラムで作成および管理するためのモデル コンテキスト プロトコル (MCP) サーバー。
特徴
ノードと接続を使用してワークフローを作成する
ワークフロー仕様の検証
完全なワークフロー構成をエクスポートする
MCP 経由の REST API インターフェース
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の n8n Workflow Builder を自動的にインストールするには:
npx -y @smithery/cli install n8n-workflow-builder --client claude
手動インストール
リポジトリをクローンします。
git clone https://github.com/[your-username]/n8n-workflow-builder.git
cd n8n-workflow-builder
依存関係をインストールします:
npm install
TypeScript をコンパイルします。
npx tsc
サーバーを起動します。
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"]
}
}
ライセンス
マサチューセッツ工科大学
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.
Tools
n8n ワークフローをプログラムで作成および管理するためのモデル コンテキスト プロトコル (MCP) サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn 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 -3342112MIT License
- -securityAlicense-qualityA 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 -3AGPL 3.0
- -securityAlicense-qualityA 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 -1491,359MIT License
- -securityAlicense-qualityA 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.