Integrations
Provides tools for searching n8n documentation, example workflows, and community forums, enabling users to find relevant information about n8n functionality and usage patterns.
n8n Assistant
This project contains a Multi-Channel Platform (MCP) server used to create an assistant integrated with n8n. The assistant can be used to search for n8n documentation, example workflows, and community forums.
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
librarybeautifulsoup4
librarypython-dotenv
library
Installation
Installing via Smithery
To install n8n-assistant for Claude Desktop automatically via Smithery:
Manual Installation
- Clone this repository:Copy
- Install the required dependencies:Copy
- Create a
.env
file and add the necessary API keys:Copy
Usage
To start the assistant, run the following command:
Then, you can query the assistant for information related to n8n like this:
MCP Server
This project uses the n8n-asistans
MCP server. The server is started with the following command:
Contributing
If you would like to contribute, please create a pull request or report issues.
License
This project is licensed under the MIT License.
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Used to create an assistant integrated with n8n that can search n8n documentation, example workflows, and community forums.
Related MCP Servers
- AsecurityAlicenseAqualityA server for programmatically creating and managing n8n workflows with a REST API interface, supporting workflow creation, validation, and export.Last updated -1028103JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server for programmatically creating and managing n8n workflows.Last updated -3MIT License
- -securityAlicense-qualityA 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 -135225TypeScriptMIT License
- -securityFlicense-qualityA 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