Skip to main content
Glama

MCP Server for n8n Integration

n8n統合用のMCPサーバー

このプロジェクトは、ローカルのn8nサーバーとシームレスに連携するように設計されたモデルコンテキストプロトコル(MCP)サーバーを実装します。MCPサーバーにより、AIエージェントは標準化されたプロトコルを介してn8nのワークフローやツールと連携できるようになります。

概要

モデルコンテキストプロトコル(MCP)は、AIエージェントが外部ツールやサービスと連携できるようにする仕様です。この実装は、強力なワークフロー自動化プラットフォームであるn8nとの統合に特化しており、AIエージェントは以下のことが可能になります。

  • n8nワークフローを実行する
  • n8nのツールと機能にアクセスする
  • 標準化されたインターフェースを通じて自動化ワークフローを操作する

サーバーはモジュール方式で設計され、ツールは専用のtoolsディレクトリに配置されているため、管理と拡張が容易になります。

特徴

  • n8nと互換性のあるMCPサーバー実装
  • モジュラー ツール設計: ツールは個別のtoolsディレクトリに整理されるため、新しい機能の追加や管理が簡単になります。
  • SSE (Server-Sent Events) エンドポイントのサポート
  • 認証サポート(ベアラーおよび汎用ヘッダー方式)
  • ツールの選択とフィルタリング機能
  • ローカルn8nサーバーとの統合

はじめる

  1. このリポジトリをクローンする
  2. Python仮想環境を設定する
  3. 依存関係をインストールする
  4. n8nサーバー接続を設定する
  5. MCPサーバーを起動する

n8nとの統合

この MCP サーバーは n8n MCP クライアント ツール ノードと連携して動作し、次のことが可能になります。

  • 外部MCPサーバーに接続する
  • AIエージェントに特定のツールを公開する
  • AIワークフローで利用できるツールを制御する
  • 認証とセキュリティを管理する

ドキュメント

モデルコンテキストプロトコルと n8n 統合の詳細については、以下を参照してください。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

AI エージェントが標準化されたインターフェースを介して n8n ワークフローおよび自動化ツールと対話し、ワークフローの実行と n8n 機能へのアクセスを可能にするモデル コンテキスト プロトコル サーバー。

  1. 概要
    1. 特徴
      1. はじめる
        1. n8nとの統合
          1. ドキュメント
            1. ライセンス

              Related MCP Servers

              • -
                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 -
                135
                225
                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
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that allows AI assistants to interact with Prefect's workflow automation platform through natural language, enabling users to manage flows, deployments, tasks, and other Prefect resources via conversational commands.
                Last updated -
                4
                Python

              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/gabrielpierobon/mcp'

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