Item detail

mongodb-js/mongodb-mcp-server

MongoDB MCP Server is the official Apache-2.0 Model Context Protocol server from MongoDB Inc. that lets any MCP-compatible agent (Claude Code, Cursor, Copilot, etc.) connect to MongoDB databases and MongoDB Atlas clusters, run queries, inspect schema, and perform aggregations through a single MCP interface. 1,055 stars, official, supports read-only mode for safe production use, ships with Atlas co

Score7.6
Popularity68.0
Riskconditional
TierSilver
Score breakdown
Usefulness8.0
Novelty7.0
Momentum7.0
Maturity7.0
Open-source/build8.4
Evidence7.2
Workflow potential9.1
Setup ease8.8

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for teams using AI coding agents (Claude Code, Cursor, Copilot, Codex) on MongoDB-backed applications who want the agent to query live data, inspect schema, and iterate on aggregations through MCP instead of copy-pasting JSON snippets back and forth.

Who should use it

teams using AI coding agents (Claude Code, Cursor, Copilot, Codex) on MongoDB-backed applicationsdata engineers who want the agent to inspect live schema and iterate on aggregation pipelinesAtlas users who need a vendor-supported MCP integration with proper Atlas connection helpersproduction teams who need read-only mode for safe querying against live datadeveloper teams standardizing on MCP across tools (one MongoDB connection for every agent)

Who should skip it

Skip if the source link, docs, or setup requirements do not match your workflow.

Risk explanation

Grants the agent live database access — always run in read-only mode for production data, scope the connection to a least-privilege user; Atlas credentials are sensitive — use the official connection string helpers, do not paste raw connection strings into agent prompts.

Evidence links

Closest alternatives / related signals

mcpmongodbatlasofficialread-onlyschema-inspectionaggregationsclaude-code