mongodb-mcp-server and mcp
These are complements: the official MongoDB MCP server provides raw database connectivity, while the Florentine.ai server adds a specialized layer that converts natural language queries into MongoDB aggregation pipelines on top of that connection infrastructure.
About mongodb-mcp-server
mongodb-js/mongodb-mcp-server
A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Implements queryable MongoDB resources (databases, collections, schemas, indexes) through the Model Context Protocol, exposing database introspection and CRUD operations via standardized tools. Runs as an npx-executable stdio server compatible with Claude Desktop, VS Code, Cursor, and Windsurf, with optional read-only enforcement and support for both connection strings and MongoDB Atlas API authentication.
About mcp
florentine-ai/mcp
MCP server for Florentine.ai - Natural language to MongoDB aggregations
Implements an MCP server bridging Claude Desktop and other AI agents to MongoDB/MySQL through natural language, handling query translation, schema exploration, and semantic vector search with built-in multi-tenant data isolation. Supports both static configuration (for existing MCP clients) and dynamic modes, with bring-your-own-LLM-key architecture compatible with OpenAI, Google, Anthropic, and Deepseek providers.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work