Community MCP server for MongoDB NoSQL database. Agents can query collections with MongoDB's query language, insert and update documents, manage indexes, run aggregation pipelines, and list databases and collections. Supports both MongoDB Atlas (cloud) and local instances. Essential for agents working with document-oriented data, content management systems, and IoT data stores.
npx -y mongodb-mcp-server
{
"mcpServers": {
"mongodb": {
"env": {
"MONGODB_URI": "mongodb+srv://user:pass@cluster.mongodb.net/dbname"
},
"args": [
"-y",
"mongodb-mcp-server"
],
"command": "npx"
}
}
}Tool details coming soon. This server has 6 tools available.
Community MCP server for MongoDB NoSQL database. Agents can query collections with MongoDB's query language, insert and update documents, manage indexes, run aggregation pipelines, and list databases and collections. Supports both MongoDB Atlas (cloud) and local instances. Essential for agents working with document-oriented data, content management systems, and IoT data stores.
MongoDB has 6 tools available.
Yes, MongoDB is completely free to use with no usage limits on the free tier.
You can install MongoDB using the following command: npx -y mongodb-mcp-server. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
MongoDB is listed under the Data & Analytics category in the AgentForge MCP registry.
MongoDB has a current uptime of 99.9% with an average response time of 35ms.
To connect MongoDB, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of MongoDB's tools via the Model Context Protocol.