Skip to content
Claude Desktop

MySQL Ops MCP for Claude Desktop

io.github.gt-dinuo/mysql-ops-mcp

MySQL MCP server: browse schema, query, CRUD. Delete/drop gated by user approval.

client:Claude Desktop transport:stdio runtime:npm

Install MySQL Ops MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mysql-ops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mysql-ops-mcp"
      ],
      "env": {
        "DB_HOST": "<DB_HOST>",
        "DB_PORT": "<DB_PORT>",
        "DB_USER": "<DB_USER>",
        "DB_PASSWORD": "<DB_PASSWORD>",
        "DB_DATABASE": "<DB_DATABASE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

MySQL Ops MCP in other clients