Skip to main content
DatabasesPython

wenb1n-dev/mysql_mcp_server_pro

Supports SSE, STDIO; not only limited to MySQL's CRUD functionality; also includes database exception analysis capabilities; controls database permissions based on roles; and makes it easy for developers to extend tools with customization

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/wenb1n-dev/mysql_mcp_server_pro

Claude Desktop configuration example:

{
  "mcpServers": {
    "mysqlmcpserverpro": {
      "command": "npx",
      "args": [
        "-y",
        "wenb1n-dev/mysql_mcp_server_pro"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
wenb1n-dev