mongodb-mcp-server and mcp-baserow
These are ecosystem siblings—one is a native MCP server for MongoDB itself, while the other is a generic MCP adapter for an unrelated database platform (Baserow), both serving the same integration pattern but for different underlying databases.
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-baserow
ayyazzafar/mcp-baserow
MCP server for Baserow API integration - Enable AI assistants to interact with Baserow databases
Implements full CRUD operations on Baserow databases through MCP-compatible clients (Claude Desktop, Cursor, Windsurf) using TypeScript with automatic token refresh and batch operation support. Provides 20+ granular tools spanning workspace management, database creation, table operations, and advanced row queries with filtering, sorting, and pagination. Supports multiple authentication methods including username/password with automatic refresh, JWT tokens, and database-scoped tokens, with self-hosted instance configuration.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work