MongoDB Atlas Vector Search

MongoDB Atlas Vector Search MCP Connector for Claude

A+

Manage vector storage via MongoDB Atlas — perform similarity searches, query MQL documents, and audit collections.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your MongoDB Atlas cluster to any AI agent and take full control of your high-performance vector search, embedding storage, and operational data management through natural conversation.

What you can do

  • Vector Similarity Search — Execute sophisticated '$vectorSearch' queries against your collections to retrieve semantically relevant matches using raw embedding vectors directly from your agent
  • Unified Data Management — Find, insert, and delete standard MongoDB documents using literal MQL (MongoDB Query Language) filters to manage both vector and operational data in a single system
  • Search Index Provisioning — Create and configure Atlas Search indices with custom dimensions and mapping definitions to optimize your cluster's similarity calculation infrastructure
  • Collection Lifecycle Audit — List all managed data collections and retrieve schema boundaries to understand namespace references and database organization natively
  • Real-time Ingestion — Synchronize new JSON records into your collections, allowing for instant searchability and automated vector parsing if Atlas triggers are enabled
  • Precision Retrieval — Execute targeted MQL queries to fetch specific data points or metadata chunks, bypassing vector logic for rapid structural verification and auditing

How it works

  1. Subscribe to this server
  2. Enter your MongoDB Atlas Data API URL and API Key
  3. Start optimizing your search infrastructure from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • ML Engineers — test vector relevance and verify embedding dimensions through natural conversation without manual SDK scripts
  • Backend Developers — manage operational data and vector search results in a single workflow directly from your workspace terminal
  • Search Architects — audit search indices and monitor collection organization across multiple Atlas environments efficiently
vector-searchembeddingsai-infrastructurenosqlsemantic-searchdata-retrieval

6 tools expose this connector's capabilities to your AI agent.

search

Perform highly-dimensional Vector similarity search using $vectorSearch

find

Find standard MongoDB documents resolving standard query filters

insert

Insert a distinct generic document into standard target collection

delete

Delete literal documents bounded by the parsed MongoDB filters

list_collections

List accessible data collections bound explicitly inside Atlas limits

create_index

Create literal standard embedding Search Index bound to dimensions

See how to talk to your AI agent using MongoDB Atlas Vector Search.

Vector search in 'knowledge_base' for vector: [0.1, -0.2, ...]

Executing $vectorSearch on Atlas… I've identified the 5 most similar documents in the 'knowledge_base' collection. The top match has a high similarity score and contains content about 'Cloud Architecture'. Would you like the full JSON metadata for these matches?

Find active users in the 'users' collection with plan 'pro'

Executing MQL find query… I've identified 12 users matching the criteria: `{"status": "active", "plan": "pro"}`. Highlights include 'Alex Smith' (ID: 123) and 'Sarah Johnson' (ID: 456). I can retrieve the full account metadata for any of these users if you'd like.

List all collections in the 'production' database

I've retrieved the collection list for the 'production' database: 'users', 'orders', 'knowledge_base', 'system_logs', and 'product_catalog'. Which one would you like to audit or run a similarity search on?

Yes. MongoDB Atlas Vector Search is unified. You can use the `search` tool for similarity and the `find` or `insert` tools for standard operational data management using MQL, allowing you to bridge both worlds natively.

Related Connectors