MongoDB
Query MongoDB and Atlas clusters in plain language.
MongoDB's official skill lets the assistant explore collections, run queries and aggregations, and inspect schemas — against a local MongoDB or an Atlas cluster. Connection string instead of API key; start with a read-only database user.
Install MongoDB
Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:
{
"mcpServers": {
"mongodb": {
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server"
],
"env": {
"MDB_MCP_CONNECTION_STRING": "YOUR_MDB_MCP_CONNECTION_STRING"
}
}
}
}Before saving, replace YOUR_MDB_MCP_CONNECTION_STRING with your key from MongoDB Atlas (connection string) (free tier).
FAQ
Is your domain ready for AI agents?
Assistants equipped with skills like MongoDB are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.
Run free check →Related skills
Talk to your Supabase projects and Postgres data.
Lets your assistant open and operate a real web browser.
Live web search results inside your assistant.
Fetches a single web page and converts it to readable text.