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

Installation

npx -y mysql_mcp_server_pro

Configuration

{
  "mcpServers": {
    "mysql_mcp_server_pro": {
      "command": "npx",
      "args": ["-y", "mysql_mcp_server_pro"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub