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
Quick Start
Clone the repository:
git clone https://github.com/wenb1n-dev/mysql_mcp_server_proClaude 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.