Back to MCP Servers
🔌

benborla29/mcp-server-mysql

MITAPI key required

☁️ 🏠 - MySQL database integration in NodeJS with configurable access controls and schema inspection

JavaScriptDatabases

Install

npx -y -y @benborla29/mcp-server-mysql

Required environment variables

REMOTE_SECRET_KEYSet in your MCP config
MYSQL_SSL_KEYSet in your MCP config
OPENAI_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "benborla29-mcp-server-mysql": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@benborla29/mcp-server-mysql"
      ],
      "env": {
        "REMOTE_SECRET_KEY": "<YOUR_REMOTE_SECRET_KEY>",
        "MYSQL_SSL_KEY": "<YOUR_MYSQL_SSL_KEY>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.