n8nアシスタント
このプロジェクトには、n8nと統合されたアシスタントを作成するためのマルチチャネルプラットフォーム(MCP)サーバーが含まれています。このアシスタントは、n8nのドキュメント、サンプルワークフロー、コミュニティフォーラムを検索するために使用できます。
特徴
- Web 検索: 特定のクエリに基づいて、n8n のドキュメント、ワークフロー、コミュニティ フォーラムを検索します。
- HTML コンテンツの取得: BeautifulSoup を使用して検索結果からメインコンテンツを抽出します。
- 非同期処理: HTTP リクエストを非同期的に実行し、応答時間を短縮します。
要件
- Python 3.7以上
httpx
ライブラリbeautifulsoup4
ライブラリpython-dotenv
ライブラリ
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の n8n-assistant を自動的にインストールするには:
手動インストール
- このリポジトリをクローンします:
- 必要な依存関係をインストールします。
.env
ファイルを作成し、必要な API キーを追加します。
使用法
アシスタントを起動するには、次のコマンドを実行します。
次に、次のようにしてアシスタントに n8n に関連する情報を照会できます。
MCPサーバー
このプロジェクトではn8n-asistans
MCPサーバーを使用します。サーバーは次のコマンドで起動します。
貢献
貢献したい場合は、プルリクエストを作成するか、問題を報告してください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
You must be authenticated.
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
- AsecurityAlicenseAqualityA server for programmatically creating and managing n8n workflows with a REST API interface, supporting workflow creation, validation, and export.Last updated -1014207JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server for programmatically creating and managing n8n workflows.Last updated -3MIT License
- -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 -266351TypeScriptMIT License
- -securityFlicense-qualityA Master Control Program server that provides workflow validation tools and best practices for n8n automation projects, including workflow management, NextJS integration, and API access.Last updated -TypeScript