Back to Catalog

MongoDB

mongodb-js/mongodb-mcp-server
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.

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
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)