mysql_mcp_server and mysql-mcp-server
These two tools are competitors, as they both implement a Model Context Protocol (MCP) server for providing access to MySQL databases, offering alternative implementations for the same functionality.
About mysql_mcp_server
designcomputer/mysql_mcp_server
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
This tool helps developers integrate their AI applications, like Claude Desktop or Visual Studio Code, with MySQL databases more securely and efficiently. It acts as a controlled interface, allowing AI applications to read table contents and execute SQL queries while keeping database credentials safe. Developers building AI tools that need to interact with MySQL databases would use this.
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