mysql_mcp_server and mcp-database-server
These are **competitors** — both provide MCP server implementations for database query execution, with A offering MySQL-specific functionality while B provides broader multi-database support (SQLite, PostgreSQL, MySQL), making B more feature-complete for heterogeneous database environments.
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 mcp-database-server
ahmetbarut/mcp-database-server
A Model Context Protocol (MCP) server that provides multi-database query execution capabilities with support for SQLite, PostgreSQL, and MySQL databases. Includes a built-in Web UI for managing database connections.
Implements connection pooling with configurable limits and timeout settings, plus parameterized query execution with SQL injection protection via Zod validation. Persists all connection configs in a local SQLite store, enabling stateful management across server restarts, and integrates directly with Claude Desktop and Cursor IDE through stdio-based MCP transport.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work