Odel
MySQL MCP

MySQL MCP

Local
@gistrecTypeScriptMITUpdated 2w ago

MCP server for one MySQL database: schema, read-only queries and guarded writes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-mysql-clientv1.0.0

Run

npx -y mcp-mysql-client

MCP client config

{
  "mcpServers": {
    "mysql-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-mysql-client"
      ]
    }
  }
}