Mongo
Freeby MCP Community
MCP server for interacting with MongoDB databases
v0.2.0Added Apr 12, 2026
mcpclaudemongodbanthropicai
Mongo MCP Server
MCP server for interacting with MongoDB databases
Installation
Reviews
Installation
Quick install
npx -y mongo-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"mongo": {
"command": "npx",
"args": ["-y", "mongo-mcp"]
}
}
}