Skip to content
FlowHubFluxonLab
Call n8n Workflow Tool
AI Automationfree

Build your own Qdrant Vector Store MCP server

by Jimleukadapted from n8n official workflow galleryUpdated Aug 2026
RequiresCall n8n Workflow ToolCall n8n Workflow ToolCCodeDDefault Data LoaderEmbeddings OpenAIEmbeddings OpenAIHTTP RequestHTTP RequestQdrant Vector StoreQdrant Vector StoreRecursive Character Text SplitterRecursive Character Text Splitter
Share Post Share
TWInsertTWSearchTWRecommendMcQdrant MCP ServerQdrant MCP Serv…EWWhen Executed by Another WorkflowWhen Executed b…SwOperationTWCompareHRRecommend APIHRGet EmbeddingsCoPreferences to ItemsPreferences to …AgAggregate EmbeddingsAggregate Embed…HRGet Embeddings1AgAggregate Embeddings1Aggregate Embed…HRGroup Search APIIfHas Results?SeSimplify Group ResultsSimplify Group …SeEmpty Compare ResponseEmpty Compare R…AgAggregate Compare ResponseAggregate Compa…Embeddings OpenAIEmbeddings Open…DDDefault Data LoaderDefault Data Lo…TSRecursive Character Text SplitterRecursive Chara…SeSimplify Recommend ResponseSimplify Recomm…SeGet Insert ResponseGet Insert Resp…AgGet Search ResponseGet Search Resp…VSInsert ReviewsVSSearch ReviewsSOSplit Out CompaniesSplit Out Compa…FiFilter By CompanyIdFilter By Compa…AgAggregate Recommend ResponseAggregate Recom…IfHas Results?1SeEmpty Compare Response1Empty Compare R…Embeddings OpenAI1Embeddings Open…TWListCompaniesHRList by Facet APIList by Facet A…HRCreate Facet IndexCreate Facet In…HRCreate CollectionCreate Collecti…MaWhen clicking ‘Test workflow’When clicking ‘…12345
1/5
FLOWS
STEPS · 5
Starts on a Mcp event

This n8n demonstrates how to build your own Qdrant MCP server to extend its functionality beyond that of the official implementation. This n8n implementation exposes other cool API features from Qdrant such as facet search, grouped search and recommendations APIs. With this, we can build an easily customisable and maintainable Qdrant MCP server for business intelligence. This MCP example is based off an official MCP reference implementation which can be found here - https://github.com/qdrant/mcp-server-qdrant How it works A MCP server trigger is used and connected to 5 custom workflow tools. We're using custom workflow tools as there is quite a few nodes required for each task. We use a mix of n8n supported Qdrant nodes for simple operations such as insert documents and similarity search, and HTTP node to hit the Qdrant API directly for Facet search, group search and recommendations. We use "Edit Field" and "Aggregate" nodes to return suitable responses to the MCP client. How to use This Qdrant MCP server allows any compatible MCP client to manage a Qdrant Collection by supporting select and create operations.

Tags

n8nreference-onlydocument-default-data-loaderembeddings-open-aitext-splitter-recursive-character-text-splittertool-workflowvector-store-qdrant
Connects
calln8nworkflowtoolCall n8n Workflow ToolCCodeDDefault Data LoaderembeddingsopenaiEmbeddings OpenAIWHTTP RequestqdrantvectorstoreQdrant Vector Store
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes37
AddedApr 21, 2025

Related workflows

See all AI Automation
ACDembeddingsopenai
free

Answer Slack knowledge base questions with Notion, Pinecone, and OpenAI

Quick overview This workflow syncs an internal Notion knowledge base to Pinecone on a daily schedule, then runs a Slack bot that answers questions in a specific channel using Pinecone retrieval and an OpenAI chat model, replying in a thread with citations back to the source Notion pages. How it works Runs on a daily schedule to sync your Notion knowledge base into a Pinecone vector index. Fetches all pages from a specified Notion database and then pulls each page’s full block content (including nested blocks). Combines each page’s blocks into a single document and attaches metadata such as the Notion title, URL, and last edited time. Splits each document into overlapping text chunks, generates OpenAI embeddings, and inserts them into Pinecone while clearing and rebuilding the target namespace. Triggers when a new message is posted in the configured Slack channel and ignores bot/system messages to prevent reply loops. Uses an OpenAI-powered agent that always queries Pinecone for relevant chunks (including source metadata) and generates an answer in the user’s language. Posts the response back to Slack as a threaded reply, including cited Notion sources. Setup Create a Notion interna

by DigitalCube.AI
DhtmlWopenaichatmodel
free

Scrape and summarize webpages with AI

This workflow integrates both web scraping and NLP functionalities. It uses HTML parsing to extract links, HTTP requests to fetch essay content, and AI-based summarization using GPT-4o. It's an excellent example of an end-to-end automated task that is not only efficient but also provides real value by summarizing valuable content. Note that to use this template, you need to be on n8n version 1.50.0 or later.

by n8n Team
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team