N8n Assistant is a Multi-Channel Platform (MCP) server designed to enhance the n8n workflow automation platform. It provides an assistant capable of searching n8n's extensive documentation, example workflows, and community forums. By leveraging web search, HTML content fetching with BeautifulSoup, and asynchronous processing, the assistant offers users rapid access to relevant information, streamlining their n8n experience and accelerating workflow development.
Key Features
01Searches n8n documentation, workflows, and community forums based on a specific query.
020 GitHub stars
03Performs HTTP requests asynchronously for faster response times.
04Extracts the main content from search results using BeautifulSoup.