# MCP MongoDB Server

A Model Context Protocol server that provides access to MongoDB databases. It enables LLMs to inspect collection schemas and execute read-only queries.

## Quick Start

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

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

---

Source: https://github.com/kiliczsh/mcp-mongo-server | License: MIT
