⚒️ Build your own Qdrant vector store MCP server

3,061 views · ⚒️ Engineering

Description

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

How to use

Requirements

Customising this workflow

🔗 Nodes Used

HTTP Request, Execute Workflow Trigger, Filter, Embeddings OpenAI, Recursive Character Text Splitter, Call n8n Workflow Tool

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup