Skip to content
Claude Code

MySQL Ops MCP for Claude Code

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

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

client:Claude Code transport:stdio runtime:npm

Install MySQL Ops MCP in Claude Code

run in your project directory

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

claude mcp add mysql-ops-mcp -e DB_HOST=<DB_HOST> -e DB_PORT=<DB_PORT> -e DB_USER=<DB_USER> -e DB_PASSWORD=<DB_PASSWORD> -e DB_DATABASE=<DB_DATABASE> -- npx -y mysql-ops-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

MySQL Ops MCP in other clients