Mongo Server
Freeby MCP Community
A Model Context Protocol server for MongoDB connections
v2.0.2Added Apr 12, 2026
claudeclaude-desktopmcpmongomongodb
Mongo Server MCP Server
A Model Context Protocol server for MongoDB connections
Installation
npx -y mcp-mongo-server
Reviews
Installation
Quick install
npx -y mcp-mongo-server
Add to claude_desktop_config.json
{
"mcpServers": {
"mongo-server": {
"command": "npx",
"args": ["-y", "mcp-mongo-server"]
}
}
}