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 ライセンスに基づいてライセンスされています。

You must be authenticated.

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

              • A
                security
                A
                license
                A
                quality
                A server for programmatically creating and managing n8n workflows with a REST API interface, supporting workflow creation, validation, and export.
                Last updated -
                10
                14
                207
                JavaScript
                MIT License
              • -
                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 -
                266
                351
                TypeScript
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                A 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

              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