Add your description here
Project description
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
httpxlibrarybeautifulsoup4librarypython-dotenvlibrary
Installation
Installing via Smithery
To install n8n-assistant for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @onurpolat05/n8n-assistant --client claude
Manual Installation
-
Clone this repository:
git clone <repository-url> cd <repository-directory>
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a
.envfile and add the necessary API keys:SERPER_API_KEY=your_api_key_here
Usage
To start the assistant, run the following command:
uvicorn main:app --reload
Then, you can query the assistant for information related to n8n like this:
await get_n8n_info("HTTP Request node", "docs")
MCP Server
This project uses the n8n-asistans MCP server. The server is started with the following command:
{
"mcpServers": {
"n8n-asistans": {
"command": "uv",
"args": [
"--directory",
"/n8n-assistant",
"run",
"main.py"
],
"env":{
"SERPER_API_KEY": "*********"
}
}
}
}
Contributing
If you would like to contribute, please create a pull request or report issues.
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_onurpolat05_mcp_example-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_onurpolat05_mcp_example-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43220955c85079dba565beb7d88e49774757f46a4e4cd0ba08d3829e3fe0c350
|
|
| MD5 |
c4930277c9618b504c8b0eaa802d3281
|
|
| BLAKE2b-256 |
7dde0d6009eb4207a30846084e500177614bf98c0eab477ced19fc104556e20d
|
File details
Details for the file iflow_mcp_onurpolat05_mcp_example-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_onurpolat05_mcp_example-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5b11e71d2951a55c2a0692fc0de6d547142ec232e8031d75727479df1544bf8
|
|
| MD5 |
ad8ae47149e0b6f3733e17e4aa6c8292
|
|
| BLAKE2b-256 |
0a4b6795bdea51e4f0b1c0b6fa2a7a5ae404467009be22fa1c6e10d1662a2980
|