# MongoDB MCP Server (verified)

MongoDB MCP Server allows any MCP-aware LLM to connect to MongoDB Atlas for admin tasks and to MongoDB databases for data operations, all through natural language. It exposes over 30 tools spanning c…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mongodb-js/mongodb-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list mongodb-js/mongodb-mcp-server
```

---

Source: https://github.com/mongodb-js/mongodb-mcp-server/tree/main/.smithery | License: Apache-2.0
