Enterprise DNA
M MCP Servers Developer low

QuantGeekDev/mongo-mcp

by Various

A mongo db server for the model context protocol (MCP)

Q

MCP

QuantGeekDev/mongo-mcp

Added 1 June 2026

Overview

An MCP (Model Context Protocol) server that enables LLMs and MCP-compatible clients to interact with MongoDB databases. It exposes MongoDB operations as tools and resources through the MCP standard.

Best for

Best for
Developers building MCP-based applications that need direct, programmatic access to MongoDB

Use cases

  • Query MongoDB collections via natural language through an MCP client
  • Perform CRUD operations on MongoDB documents from an LLM agent
  • Integrate MongoDB data access into MCP-based development workflows

How to use

Install

npx -y @smithery/cli install mongo-mcp --client claude

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "mongodb": {\n      "command": "npx",\n      "args": [\n        "mongo-mcp",\n        "mongodb://<username>:<password>@<host>:<port>/<database>?authSource=admin"\n      ]\n    }\n  }\n}

Notes

An MCP (Model Context Protocol) server that enables LLMs and MCP-compatible clients to interact with MongoDB databases. It exposes MongoDB operations as tools and resources through the MCP standard.

173 stars on GitHub. Last updated 2025-03-15. Licensed MIT.

Use cases

  • Query MongoDB collections via natural language through an MCP client
  • Perform CRUD operations on MongoDB documents from an LLM agent
  • Integrate MongoDB data access into MCP-based development workflows

Pros

  • Open-source and free to use
  • Written in TypeScript for type safety and maintainability
  • Leverages the MCP standard for broad compatibility with MCP clients

Cons

  • Requires an MCP-compatible client or integration to function
  • Limited to the operations exposed through the MCP protocol
  • May lack advanced MongoDB features or administrative capabilities

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Open-source and free to use
  • Written in TypeScript for type safety and maintainability
  • Leverages the MCP standard for broad compatibility with MCP clients

Cons

  • Requires an MCP-compatible client or integration to function
  • Limited to the operations exposed through the MCP protocol
  • May lack advanced MongoDB features or administrative capabilities
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks