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.

mysql_mcp_server
53
Established
mcp-database-server
51
Established
Maintenance 2/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 10/25
Adoption 4/25
Maturity 24/25
Community 13/25
Stars: 1,154
Forks: 229
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 5
Forks: 2
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
Stale 6m No Package No Dependents
No risk flags

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.

AI-application-integration database-security backend-development data-access-control

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.

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