Skip to content
Back to search
30
MCP

mysql-ops-mcp

npm/mysql-ops-mcp

MySQL database MCP server: list databases/tables, inspect schema, run queries and CRUD with approval-gated delete/drop. Works with Claude Code, Cursor and other MCP clients.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

MySQL Ops MCP
MySQL MCP server: browse schema, query, CRUD. Delete/drop gated by user approval.
0 tools
mysql-mcp-x
MySQL MCP Server for Claude Desktop, Cursor and AI assistants. Supports MySQL 8+ with built-in SQL safety protection.
0 tools
database-mcp-mysql
MCP server for MySQL with read-only guardrails, row caps, and statement timeouts
0 tools
mcp-server-mysql
MCP server for interacting with MySQL databases (READ-ONLY) with optimized caching
0 tools
io.github.arifulislamat/database-mcp-mysql
MCP server for MySQL. Read-only by default, row caps, statement timeouts, secrets never logged.
0 tools
MySQL MCP Server
Python MCP server for MySQL database inspection and querying
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mysql-ops-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}