This workflow corresponds to n8n.io template #7309 — we link there as the canonical source.
This workflow follows the Agent → Chat Trigger recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"meta": {
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "a6b69852-3d04-4885-9f6e-3b44eec58528",
"name": "Embeddings OpenAI",
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
"position": [
1200,
32
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "29009aa2-f21f-4041-9cdb-1d6f930467fd",
"name": "Reranker Cohere",
"type": "@n8n/n8n-nodes-langchain.rerankerCohere",
"position": [
1408,
32
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c9b16787-76e1-49b7-806d-0db77f04047c",
"name": "Knowledge MCP",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
800,
-624
],
"parameters": {},
"typeVersion": 2
},
{
"id": "e5748362-069e-4be1-a8f1-a1f7ea80d055",
"name": "Tabular data",
"type": "n8n-nodes-base.googleSheetsTool",
"position": [
928,
-240
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "303c57ef-2cd6-4453-b700-d5c4d8799e7d",
"name": "Real time web search",
"type": "n8n-nodes-base.perplexityTool",
"position": [
480,
-272
],
"parameters": {},
"typeVersion": 1
},
{
"id": "584bd8fd-89c3-4fcc-ac9e-7389bbe8aab3",
"name": "Vectorized personal data",
"type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
"position": [
1248,
-224
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "6412b54e-9e25-42b7-bb66-4bfb55fdaf6a",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-64,
-576
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "acc78170-a2ff-4383-942b-a9dc7b222c8c",
"name": "When chat message received",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
-336,
-576
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "c16d7852-b656-4983-8a97-39454be0f6e4",
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-368,
-352
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "879f382c-c28a-409b-b968-7504c574245b",
"name": "Postgres Chat Memory",
"type": "@n8n/n8n-nodes-langchain.memoryPostgresChat",
"position": [
-224,
-352
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "bc676a80-94e2-46c8-95b2-9496dac1c36a",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
464,
-640
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e0d1d807-2cf0-4492-9267-5dbaf794cfea",
"name": "MCP Client knowledge",
"type": "@n8n/n8n-nodes-langchain.mcpClientTool",
"position": [
480,
-464
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "8e16d4ae-1fff-4399-8dfa-ca8940994729",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1424,
-640
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "cf770569-b3b8-465e-8840-b8e7c49b6737",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-672
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"connections": {
"Tabular data": {
"ai_tool": [
[
{
"node": "Knowledge MCP",
"type": "ai_tool",
"index": 0
}
]
]
},
"Reranker Cohere": {
"ai_reranker": [
[
{
"node": "Vectorized personal data",
"type": "ai_reranker",
"index": 0
}
]
]
},
"Embeddings OpenAI": {
"ai_embedding": [
[
{
"node": "Vectorized personal data",
"type": "ai_embedding",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"MCP Client knowledge": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"Postgres Chat Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"Real time web search": {
"ai_tool": [
[
{
"node": "Knowledge MCP",
"type": "ai_tool",
"index": 0
}
]
]
},
"Vectorized personal data": {
"ai_tool": [
[
{
"node": "Knowledge MCP",
"type": "ai_tool",
"index": 0
}
]
]
},
"When chat message received": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
GPT-5 MCP Multi-Source Orchestrator is a next-generation AI agent for n8n that blends the raw intelligence of GPT-5 with the structured power of MCP tools and multi-source data retrieval. It unifies your live web searches, vector databases, spreadsheets, and persistent memory…
Source: https://n8n.io/workflows/7309/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow implements an advanced AI automation agent (OpenClaw Agent) that interacts with users through Telegram and integrates multiple AI models, external tools, and cloud services to automate c
Your AI workforce is ready. Are you?
Automate Outreach Prospect automates finding, enriching, and messaging potential partners (like restaurants, malls, and bars) using Apify Google Maps scraping, Perplexity enrichment, OpenAI LLMs, Goog
RAG AI Agent Template V5. Uses lmChatOpenAi, documentDefaultDataLoader, embeddingsOpenAi, googleDrive. Event-driven trigger; 56 nodes.
Unleash the full potential of your HighLevel CRM by adding an intelligent GPT-5 Agent that does more than just follow commands — it understands context, retrieves the right data, and executes actions