n8n-Assistant

n8n-Assistant

3.4

If you are the rightful owner of n8n-Assistant and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project contains a Multi-Channel Platform (MCP) server used to create an assistant integrated with n8n.

The n8n Assistant is a Multi-Channel Platform (MCP) server designed to integrate with n8n, a popular workflow automation tool. This assistant facilitates the search for n8n documentation, example workflows, and community forums, making it easier for users to find relevant information quickly. The server is built using Python and leverages asynchronous processing to ensure fast response times. It utilizes libraries such as BeautifulSoup for HTML content extraction and httpx for making HTTP requests. The assistant can be installed via Smithery or manually, and it requires Python 3.7 or higher along with specific libraries. Once set up, users can query the assistant for various n8n-related information, enhancing their workflow automation experience.

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.