Skip to content
Qdrant logo

Qdrant MCP server

Make any action on your qdrant vector database

Qdrant is not a separate install. One Activepieces MCP server exposes it alongside 760+ other apps, behind a single URL.

Tools
7
Works with
Any MCP client
Auth
Custom auth
License
MIT, open source
Updated
August 2026

About the Qdrant MCP server

Connect Qdrant once in Activepieces and every action it ships becomes a tool your assistant can call, behind the same server URL as the rest of your apps. Your agent reaches Qdrant and 760+ other apps over a single connection, on our cloud or a self-hosted install.

Tools

Qdrant tools your AI can run

Once connected, your assistant can call any of these Qdrant actions by asking in plain language.

  • Add points to collection

    Insert a point (= embedding or vector + other infos) to a specific collection, if the collection does not exist it will be created

    6 fields

  • Get Collection List

    Get the list of all the collections of your database

  • Get Collection Infos

    Get the all the infos of a specific collection

    1 field

  • Delete Collection

    Delete a collection of your database

    1 field

  • Delete Points

    Delete points of a specific collection

    3 fields

  • Get Points

    Get the points of a specific collection

    3 fields

  • Search Points

    Search for points closest to your given vector (= embedding)

    6 fields

Qdrant MCP, answered.

No. That is the point of it. One Activepieces server exposes Qdrant alongside every other piece you connect, so your client keeps a single connection.

Yes. Activepieces is open source and free to start, and the MCP server is included on every plan, from the free cloud tier to any self-hosted deployment.

Connect Qdrant in Activepieces, enable the server under Settings → MCP Server, then paste your server URL into your client config. It authenticates over OAuth on first use.

It can call 7 tools, including Add points to collection, Get Collection List, Get Collection Infos, and chain them with steps in other apps inside the same run.

Connections use OAuth2 with limited scopes and are stored under 256-bit encryption, with no API to read them back, so an agent gets scoped access rather than your keys.