db-mcp-server and mysql-mcp-server
One is a specific MySQL-only implementation of the Model Context Protocol (MCP) server, while the other is a broader, multi-database MCP server, making them **competitors** offering different scopes for the same core functionality of providing structured access to databases via MCP.
About db-mcp-server
FreePeak/db-mcp-server
A powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
This server helps AI assistants interact with multiple types of databases like MySQL, PostgreSQL, SQLite, and Oracle. It takes database connection details and provides your AI with specialized tools to query data, manage transactions, explore schemas, and analyze performance across all connected databases. Data engineers and AI developers creating intelligent agents will find this useful for building powerful, data-aware AI systems.
About mysql-mcp-server
dpflucas/mysql-mcp-server
An MCP server provides read-only access to MySQL databases.
This tool helps developers integrate read-only access to MySQL databases into other applications, especially AI agents. It takes your MySQL database credentials and allows programs to list databases, view table schemas, and execute safe SQL queries. This is designed for developers building applications that need to interact with MySQL for data retrieval.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work