mongodb-mcp-server and mcp-server-arangodb

These are competitors—both provide MCP server implementations for database connectivity, but MongoDB-MCP-Server targets MongoDB/Atlas while ArangoDB-MCP-Server targets ArangoDB, and a user would typically choose one based on their underlying database platform rather than use both together.

mongodb-mcp-server
86
Verified
mcp-server-arangodb
45
Emerging
Maintenance 23/25
Adoption 20/25
Maturity 18/25
Community 25/25
Maintenance 10/25
Adoption 8/25
Maturity 9/25
Community 18/25
Stars: 952
Forks: 207
Downloads: 912,766
Commits (30d): 46
Language: TypeScript
License: Apache-2.0
Stars: 43
Forks: 13
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
No risk flags
No Package No Dependents

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-server-arangodb

ravenwits/mcp-server-arangodb

This is a TypeScript-based MCP server that provides database interaction capabilities through ArangoDB. It implements core database operations and allows seamless integration with ArangoDB through MCP tools. You can use it wih Claude app and also extension for VSCode that works with mcp like Cline!

Exposes seven MCP tools covering the full CRUD lifecycle—query execution with AQL and bind variables, document insertion/update/removal, plus collection management and JSON backup functionality. Communicates via stdio transport with Claude Desktop, VSCode Copilot, and Cline extension, configured through JSON environment variables for authentication. Designed as a development-only bridge, it deliberately omits production safeguards to keep the agent pattern lightweight while supporting both document and edge collection types.

Scores updated daily from GitHub, PyPI, and npm data. How scores work