MongoDB MCP Server
Query MongoDB collections and manage Atlas clusters from an agent session.
Add it to your client
Officialnpx -y mongodb-mcp-server@latest
{
"mcpServers": {
"mongodb-mcp": {
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server@latest"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
- License
- Apache-2.0
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.
Similar MCP servers
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Supabase MCP Server
MCP serverHosted endpoint connecting agents to Supabase projects and their Postgres.
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Comments(0)
Sign in to comment