Back to Catalog

MongoDB MCP Server

mongodb-js/mongodb-mcp-server
🕒 Updated:Jan 13, 2026, 12:00 AM
TypeScript
Data

Official MongoDB MCP server that enables AI assistants to interact with MongoDB databases and Atlas deployments. Supports CRUD operations, aggregation pipelines, collection management, indexing, and Atlas cluster administration.

MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by manualFix
Trust Score85/100
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:0
👥 Contributors:1
📋 Total Issues:0
📦 Has Releases:Yes
🔧 Has CI/CD Pipeline:Yes
Configuration Needed
Help improve this catalog by contributing configuration information

We don't have configuration information for this MCP server yet.

Suggest Configuration
MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by manualFix
Tools:
Prompts:
Resources:
Sampling:
Roots:
Logging:
STDIO Transport:
HTTP Transport:
OAuth2 Auth:
Dependencies
2 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by manualFix
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/mongodb-js/mongodb-mcp-server)](https://archestra.ai/mcp-catalog/mongodb-js__mongodb-mcp-server)
README.md

MongoDB MCP Server

The official MongoDB MCP server provides tools for interacting with MongoDB databases and Atlas deployments through AI assistants.

Features

  • CRUD Operations: Find, insert, update, and delete documents
  • Aggregation: Execute aggregation pipelines for data analysis
  • Collection Management: Create, drop, and rename collections
  • Index Management: Create, drop, and list indexes
  • Schema Inference: Analyze collection schemas
  • Atlas Integration: Manage Atlas clusters, users, and access lists

Environment Variables

  • MDB_MCP_CONNECTION_STRING: MongoDB connection string for database access
  • MDB_MCP_READ_ONLY: Enable read-only mode (optional)
  • MDB_MCP_API_CLIENT_ID: Atlas API client ID (optional)
  • MDB_MCP_API_CLIENT_SECRET: Atlas API client secret (optional)