Back to MCP Servers
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
databasesmysql
By wenb1n-dev
Installation
npx -y mysql_mcp_server_proConfiguration
{
"mcpServers": {
"mysql_mcp_server_pro": {
"command": "npx",
"args": ["-y", "mysql_mcp_server_pro"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes