MySQL Ops MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 16 Jul 2026.
MySQL MCP server: browse schema, query, CRUD. Delete/drop gated by user approval.
Today is the operative word: we check MySQL Ops MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mysql-ops-mcp -- npx -y mysql-ops-mcp
{
"mcpServers": {
"mysql-ops-mcp": {
"args": [
"-y",
"mysql-ops-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.mysql-ops-mcp]
command = "npx"
args = ["-y", "mysql-ops-mcp"]
{
"mcpServers": {
"mysql-ops-mcp": {
"args": [
"-y",
"mysql-ops-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mysql-ops-mcp": {
"args": [
"-y",
"mysql-ops-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DB_HOST (MySQL host, default localhost), DB_PORT (MySQL port, default 3306), DB_USER (MySQL user, default root), DB_PASSWORD (MySQL password), DB_DATABASE (Default database; can also be passed per tool call).
The author declared them in the registry entry; get the values from the project itself.
MCP server for one MySQL database: schema, read-only queries and guarded writes.
Database MCP server for schema discovery, comments, and SQL queries.
PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management
Inspect and query MySQL 5.0–5.6; opt-in INSERT/UPDATE/DELETE/DDL. Live-verified 5.0–8.0.
Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying
MCP server for read-only MySQL database queries in Claude Desktop
MCP server for read-only MySQL database queries in Claude Desktop
Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default.
Answers built from our own checks of this server.