mysql_mcp_server_pro and mysql-mcp-server
Given that both tools are Model Context Protocol (MCP) servers for MySQL databases, and the first tool is a "pro" version explicitly stating "不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展" (not limited to CRUD but also includes database anomaly analysis and is easy for developers to extend), they are competitors, with the first tool offering a more feature-rich and advanced alternative to the second's read-only access.
About mysql_mcp_server_pro
wenb1n-dev/mysql_mcp_server_pro
Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
This tool helps database administrators, developers, and data analysts interact with MySQL databases beyond basic queries. It takes your MySQL database connection details and allows you to execute SQL, analyze performance, and identify potential issues. The output includes query results, performance optimization suggestions, and insights into database health and anomalies.
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