n8n-Assistant

n8n-Assistant

6

The n8n Assistant is a Multi-Channel Platform server designed for searching n8n documentation, example workflows, and community forums. It features asynchronous web searches and content extraction using BeautifulSoup.

n8n Assistant

Features

  • Web Search: Searches n8n documentation, workflows, and community forums based on a specific query.
  • HTML Content Fetching: Uses BeautifulSoup to extract the main content from search results.
  • Asynchronous Processing: Performs HTTP requests asynchronously, providing faster response times.

Requirements

  • Python 3.7 or higher
  • httpx library
  • beautifulsoup4 library
  • python-dotenv library

Installation

Installing via Smithery

Install n8n-assistant automatically via Smithery.

Manual Installation

  1. Clone the repository and navigate into the directory.
  2. Install dependencies using pip.
  3. Create a .env file for API keys.

Usage

Start the assistant with Uvicorn and query information related to n8n.