Skip to main content
Glama

n8n-asistans

n8nアシスタント

このプロジェクトには、n8nと統合されたアシスタントを作成するためのマルチチャネルプラットフォーム(MCP)サーバーが含まれています。このアシスタントは、n8nのドキュメント、サンプルワークフロー、コミュニティフォーラムを検索するために使用できます。

特徴

  • Web 検索: 特定のクエリに基づいて、n8n のドキュメント、ワークフロー、コミュニティ フォーラムを検索します。
  • HTML コンテンツの取得: BeautifulSoup を使用して検索結果からメインコンテンツを抽出します。
  • 非同期処理: HTTP リクエストを非同期的に実行し、応答時間を短縮します。

要件

  • Python 3.7以上
  • httpxライブラリ
  • beautifulsoup4ライブラリ
  • python-dotenvライブラリ

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の n8n-assistant を自動的にインストールするには:

npx -y @smithery/cli install @onurpolat05/n8n-assistant --client claude

手動インストール

  1. このリポジトリをクローンします:
    git clone <repository-url> cd <repository-directory>
  2. 必要な依存関係をインストールします。
    pip install -r requirements.txt
  3. .envファイルを作成し、必要な API キーを追加します。
    SERPER_API_KEY=your_api_key_here

使用法

アシスタントを起動するには、次のコマンドを実行します。

uvicorn main:app --reload

次に、次のようにしてアシスタントに n8n に関連する情報を照会できます。

await get_n8n_info("HTTP Request node", "docs")

MCPサーバー

このプロジェクトではn8n-asistans MCPサーバーを使用します。サーバーは次のコマンドで起動します。

{ "mcpServers": { "n8n-asistans": { "command": "uv", "args": [ "--directory", "/n8n-assistant", "run", "main.py" ], "env":{ "SERPER_API_KEY": "*********" } } } }

貢献

貢献したい場合は、プルリクエストを作成するか、問題を報告してください。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

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

n8n のドキュメント、サンプルワークフロー、コミュニティ フォーラムを検索できる、n8n と統合されたアシスタントを作成するために使用されます。

  1. 特徴
    1. 要件
      1. インストール
        1. Smithery経由でインストール
        2. 手動インストール
      2. 使用法
        1. MCPサーバー
          1. 貢献
            1. ライセンス

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                Provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
                Last updated -
                30
                TypeScript
                MIT License
                • Apple
              • -
                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
                Enables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.
                Last updated -
                Python
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                Enables AI assistants to search for documentation of packages and services, providing implementation details, examples, and specifications through a specialized API.
                Last updated -
                1
                1
                JavaScript

              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/onurpolat05/n8n-Assistant'

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