MySQL Ops MCP
Rank #67,343io.github.GT-dinuo/mysql-ops-mcp
MySQL MCP server: browse schema, query, CRUD. Delete/drop gated by user approval.
MySQL Ops MCP is a Model Context Protocol (MCP) server published by GT-dinuo. It ranks #67,343 of 132,113 servers tracked on MCP Toplist. MySQL Ops MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 16, 2026 and most recently updated on Jul 16, 2026.
Ranks ahead of 64,770 of 132,113 servers on MCP Toplist.
Use MySQL Ops MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mysql-ops-mcp -e "DB_HOST=<your DB_HOST>" -e "DB_PORT=<your DB_PORT>" -e "DB_USER=<your DB_USER>" -e "DB_PASSWORD=<your DB_PASSWORD>" -e "DB_DATABASE=<your DB_DATABASE>" -- npx -y mysql-ops-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mysql-ops-mcp]
command = "npx"
args = ["-y", "mysql-ops-mcp"]
[mcp_servers.mysql-ops-mcp.env]
DB_HOST = "<your DB_HOST>"
DB_PORT = "<your DB_PORT>"
DB_USER = "<your DB_USER>"
DB_PASSWORD = "<your DB_PASSWORD>"
DB_DATABASE = "<your DB_DATABASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mysql-ops-mcp": {
"command": "npx",
"args": [
"-y",
"mysql-ops-mcp"
],
"env": {
"DB_HOST": "<your DB_HOST>",
"DB_PORT": "<your DB_PORT>",
"DB_USER": "<your DB_USER>",
"DB_PASSWORD": "<your DB_PASSWORD>",
"DB_DATABASE": "<your DB_DATABASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mysql-ops-mcp": {
"command": "npx",
"args": [
"-y",
"mysql-ops-mcp"
],
"env": {
"DB_HOST": "<your DB_HOST>",
"DB_PORT": "<your DB_PORT>",
"DB_USER": "<your DB_USER>",
"DB_PASSWORD": "<your DB_PASSWORD>",
"DB_DATABASE": "<your DB_DATABASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mysql-ops-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mysql-ops-mcp"
],
"env": {
"DB_HOST": "<your DB_HOST>",
"DB_PORT": "<your DB_PORT>",
"DB_USER": "<your DB_USER>",
"DB_PASSWORD": "<your DB_PASSWORD>",
"DB_DATABASE": "<your DB_DATABASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mysql-ops-mcp": {
"command": "npx",
"args": [
"-y",
"mysql-ops-mcp"
],
"env": {
"DB_HOST": "<your DB_HOST>",
"DB_PORT": "<your DB_PORT>",
"DB_USER": "<your DB_USER>",
"DB_PASSWORD": "<your DB_PASSWORD>",
"DB_DATABASE": "<your DB_DATABASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mysql-ops-mcp": {
"command": "npx",
"args": [
"-y",
"mysql-ops-mcp"
],
"env": {
"DB_HOST": "<your DB_HOST>",
"DB_PORT": "<your DB_PORT>",
"DB_USER": "<your DB_USER>",
"DB_PASSWORD": "<your DB_PASSWORD>",
"DB_DATABASE": "<your DB_DATABASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.GT-dinuo%2Fmysql-ops-mcp)<a href="https://mcptoplist.com/server/io.github.GT-dinuo%2Fmysql-ops-mcp"><img src="https://mcptoplist.com/badge/io.github.GT-dinuo%2Fmysql-ops-mcp.svg" alt="MCP Toplist: #67,343 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
GT-dinuo
Other servers by GT-dinuo
View all GT-dinuo servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 16, 2026 |
Frequently asked questions
- Who maintains MySQL Ops MCP?
- MySQL Ops MCP is maintained by GT-dinuo, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is MySQL Ops MCP listed on the Official MCP Registry?
- Yes — MySQL Ops MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does MySQL Ops MCP have?
- MCP Toplist tracks 1 version of MySQL Ops MCP, most recently published on Jul 16, 2026.
- Where can I find the source code for MySQL Ops MCP?
- The source code for MySQL Ops MCP is hosted at github.com/GT-dinuo/mysql-ops-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.