Use Studio chat to drive this server — credentials stay in your workspace.
MongoDB MCP server for cloud and self-hosted database operations. Works with MongoDB Atlas, self-hosted MongoDB, AWS DocumentDB, and Azure Cosmos DB with MongoDB API. Connect to local MongoDB instances with: pip install mcpbundles
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsDomain knowledge for MongoDB — workflow patterns, data models, and gotchas for your AI agent.
MongoDB stores data in databases → collections → documents. Documents are JSON-like with _id. Works with Atlas, self-hosted, DocumentDB, Cosmos DB MongoDB API. Connection string format: mongodb+srv:// or mongodb://.
_id (ObjectIds surface as _id.$oid in JSON). Stable reads use handles like mongodb:document:{collection}:{_id}.{} for full scans, field matchers, $gte ranges, etc.) with sensible limits.mongodb:document:{collection}:{document_id}. The document_id is typically the _id.$oid value.{"_id": {"$oid": "..."}}.Fetch a specific MongoDB document by ID. ID format: mongodb:document:collection_name:document_id Example: mongodb:document:users:507f1f77bcf8...
Get a compact, token-efficient schema description optimized for AI text-to-query generation
Get MongoDB server version and build information
List all collections in the current database
List all databases in the MongoDB instance with size information
Search MongoDB collections with flexible query syntax. Query formats: - JSON: {"name": "John", "age": {"$gt": 25}} - Key-value: name=John age...
MongoDB MCP server for cloud and self-hosted database operations. Works with MongoDB Atlas, self-hosted MongoDB, AWS DocumentDB, and Azure Cosmos DB with MongoDB API. Connect to local MongoDB instances with: pip install mcpbundles It provides 6 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/mongodb. Authentication is handled automatically.
MongoDB provides 6 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
MongoDB uses API Key. MongoDB requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect MongoDB to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More developer tools integrations you might like
Ably is a real-time data streaming platform. Publish and subscribe to messages on channels, track pr...
This server provides AI-powered tools for creating entity-relationship diagrams, helping users visua...
Algolia is a hosted search engine as a service providing developers with tools to index and search t...
Alpic provides advanced AI-driven solutions for various applications, focusing on enhancing user exp...
Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service in the cloud. Run co...
Workflow: 'Help me ask a great Stack Overflow question'. Search for similar questions to avoid dupli...