QuantGeekDev/mongo-mcp
by Various
A mongo db server for the model context protocol (MCP)
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
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
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.