Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
MongoDB MCP Server logo
MCP server

MongoDB MCP Server

Query MongoDB collections and manage Atlas clusters from an agent session.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y mongodb-mcp-server@latest
mcpServers
{
  "mcpServers": {
    "mongodb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mongodb-mcp-server@latest"
      ]
    }
  }
}
Transport
both
Runtime
Node
Auth
Required
License
Apache-2.0
Tools
findaggregateinsert-manyupdate-manydelete-manycountlist-databaseslist-collectionscollection-schemacollection-indexescreate-indexexplain+4

MongoDB's own MCP server exposes the database layer as agent tools: find, aggregate, insert, update and delete documents, inspect collection schemas and indexes, and read database statistics. A second group of tools covers Atlas administration, so clusters, projects and database users can be listed or created without leaving the chat. It connects through a standard MongoDB connection string, or through Atlas service account credentials when cluster management is needed. A read-only flag is available for sessions where write access would be unnecessary risk.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?