Description

MySQL query server based on the MCP sse. Multi-level SQL risk control & injection protection Docker support.

Installation

npx -y mysql-mcp-server-sse
npm install mysql-mcp-server-sse
git clone https://github.com/mangooer/mysql-mcp-server-sse

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mysql-mcp-server-sse": {
      "command": "npx",
      "args": [
        "-y",
        "mysql-mcp-server-sse"
      ]
    }
  }
}