MCP Server
Automation & Integration
MongoDB MCP
1Let 2agents 3query 4your 5MongoDB 6safely.
the six Ws · specification
W1
Who
Official server published by MongoDB.
W2
What
Explore collections and run queries and aggregations.
W3
Where
Runs locally against your database connection.
W4
When
When an agent needs live document data.
W5
Why
Grounds answers in real database contents.
W6
With
A MongoDB connection string and MCP client.
W7
Watch
Official MongoDB repo. Wants a connection string (and optionally Atlas API keys); database-user roles decide read-only vs mutating, and Atlas keys can manage clusters. Talks only to your MongoDB.
alternatives