AI Agents (n8n Flows & MCP Servers)
-
ASR
- ASR_Workflow.json (Create a new worflow in n8n then import this file.)
-
Elasticsearch
- ES_workflow.json (Create a new worflow in n8n then import this file.)
-
Wasabi
- Wasabi_WorkFlow.json (Create a new worflow in n8n then import this file.)
-
Action Agent
- ActionAgent_Workflow.json (Create a new worflow in n8n then import this file.)
- It have manage all MCP Servers tools.(ASR, Elasticsearch & Wasabi)
-
ASR:
Install depandence library.
pip install -r mcp-servers/ASR/requirements.txt
Run the server
python mcp-servers/ASR/server.py
-
Elasticsearch:
Install depandence library.
pip install -r mcp-servers/Elasticsearch/requirements.txt
Run the server
python mcp-servers/Elasticsearch/server.py
-
Wasabi:
Install depandence library.
pip install -r mcp-servers/Wasabi/requirements.txt
Run the server
python mcp-servers/Wasabi/server.py