mongodb-mcp-server and mcp_server_dart

The MongoDB MCP server (A) is a domain-specific service that connects to MongoDB databases, while the Dart MCP framework (B) is a general-purpose development framework for building any MCP server—making them ecosystem siblings where B could theoretically be used to implement A, but they operate at different layers of the MCP ecosystem.

mongodb-mcp-server
86
Verified
mcp_server_dart
34
Emerging
Maintenance 23/25
Adoption 20/25
Maturity 18/25
Community 25/25
Maintenance 6/25
Adoption 6/25
Maturity 9/25
Community 13/25
Stars: 952
Forks: 207
Downloads: 912,766
Commits (30d): 46
Language: TypeScript
License: Apache-2.0
Stars: 17
Forks: 3
Downloads:
Commits (30d): 0
Language: Dart
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_dart

Zfinix/mcp_server_dart

A developer-friendly MCP (Model Context Protocol) framework for Dart with annotations and code generation. Build MCP servers as easily as annotating methods with @MCPTool, @MCPResource, or @MCPPrompt - similar to how json_serializable or freezed works.

Leverages `build_runner` for compile-time code generation with extension-based handler registration, eliminating inheritance boilerplate while maintaining type safety through automatic JSON Schema generation from method signatures. Supports multiple transport layers—stdio for CLI integration, HTTP with the Relic framework, and Server-Sent Events (SSE)—each with built-in health checks, CORS, request logging, and graceful shutdown handling. Full MCP 2025-06-18 protocol compliance enables seamless integration with Claude and other LLM clients for tool calling, resource serving, and prompt templating.

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