Block 1 - MCP Server Trigger
- Type / Role
- @n8n/n8n-nodes-langchain.mcpTrigger - mcpTrigger
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Build an MCP Server which has access to a semantic database to perform Retrieval Augmented Generation (RAG) Tutorial [Click here to watch the full tutorial on YouTube]...
@n8n/n8n-nodes-langchain.mcptrigger, @n8n/n8n-nodes-langchain.vectorstoreqdrant, @n8n/n8n-nodes-langchain.embeddingsollama, n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.documentdefaultdataloader
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Thomas Janssen.
Original n8n.io sourceClick here to watch the full tutorial on YouTube
This MCP Server has access to a local semantic database (Qdrant) and answers questions being asked to the MCP Client.
Click here to navigate to the AI Agent n8n workflow which uses this MCP server
This flow only runs local and cannot be executed on the n8n cloud platform because of the MCP Client Community Node.
Install n8n + Ollama + Qdrant using the Self-hosted AI starter kit
Make sure to install Llama 3.2 and mxbai-embed-large as embeddings model.
Activate the n8n flow
Missed a step? Find more detailed instructions here: https://brightdata.com/blog/ai/news-feed-n8n-openai-bright-data
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Build an MCP server which answers questions with retrieval augmented generation |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | Engineering, AI RAG |
| Author | Thomas Janssen |
| Published | 27 Jun 2025 |
Use the JSON export at /data/workflows/5403/5403.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Build an MCP Server which has access to a semantic database to perform Retrieval Augmented Generation (RAG) Tutorial [Click here to watch the full tutorial on YouTube]...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering, AI RAG use case.