N8n Asistans
Description
# n8n Assistant [](https://smithery.ai/server/@onurpolat05/n8n-assistant) This project contains a Multi-Channel Platform (MCP) server used to create an assistant integrated with n8n. The assistant can be used…
About
# n8n Assistant [](https://smithery.ai/server/@onurpolat05/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…
Details
- Author
- onurpolat05
- GitHub stars
- 14
- Downloads
- 308
- Categories
- AI
Jump to
- Web search of n8n documentation, workflows, and community forums.
- HTML content extraction using BeautifulSoup.
- Asynchronous HTTP requests for faster response times.
- Integrates with n8n’s ecosystem via MCP.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
N8n AsistansCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via Smithery using npx -y @smithery/cli install @onurpolat05/n8n-assistant --client claude or manually by cloning the repository, installing Python dependencies (httpx, beautifulsoup4, python-dotenv), and setting a SERPER_API_KEY in a .env file. Start the server with uvicorn main:app --reload or configure it as an MCP server with the uv command. Send queries like await get_n8n_info("HTTP Request node", "docs").
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"n8n asistans": {
"n8n-asistans": {
"command": "uv",
"args": [
"--directory",
"/n8n-assistant",
"run",
"main.py"
],
"env": {
"SERPER_API_KEY": "*********"
}
}
}
}
}
McpServers
{
"n8n-asistans": {
"command": "uv",
"args": [
"--directory",
"/n8n-assistant",
"run",
"main.py"
],
"env": {
"SERPER_API_KEY": "*********"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

