n8nアシスタント
このプロジェクトには、n8nと統合されたアシスタントを作成するためのマルチチャネルプラットフォーム(MCP)サーバーが含まれています。このアシスタントは、n8nのドキュメント、サンプルワークフロー、コミュニティフォーラムを検索するために使用できます。
特徴
Web 検索: 特定のクエリに基づいて、n8n のドキュメント、ワークフロー、コミュニティ フォーラムを検索します。
HTML コンテンツの取得: BeautifulSoup を使用して検索結果からメインコンテンツを抽出します。
非同期処理: HTTP リクエストを非同期的に実行し、応答時間を短縮します。
要件
Python 3.7以上
httpx
ライブラリbeautifulsoup4
ライブラリpython-dotenv
ライブラリ
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の n8n-assistant を自動的にインストールするには:
手動インストール
このリポジトリをクローンします:
git clone <repository-url> cd <repository-directory>必要な依存関係をインストールします。
pip install -r requirements.txt.env
ファイルを作成し、必要な API キーを追加します。SERPER_API_KEY=your_api_key_here
使用法
アシスタントを起動するには、次のコマンドを実行します。
次に、次のようにしてアシスタントに n8n に関連する情報を照会できます。
MCPサーバー
このプロジェクトではn8n-asistans
MCPサーバーを使用します。サーバーは次のコマンドで起動します。
貢献
貢献したい場合は、プルリクエストを作成するか、問題を報告してください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
n8n のドキュメント、サンプルワークフロー、コミュニティ フォーラムを検索できる、n8n と統合されたアシスタントを作成するために使用されます。
Related MCP Servers
- -securityAlicense-qualityProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.Last updated -22MIT 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.
- -security-license-qualityProvides seamless integration between MCP-compatible AI assistants and n8n workflow automation, enabling intelligent management and automation of n8n workflows through natural language.Last updated -5MIT License
- -securityFlicense-qualityEnables creation, management, and execution of n8n workflows through a secure HTTP API. Provides tools to build workflows with schema validation, activate/deactivate them, and execute automation tasks programmatically.Last updated -