Odel
mcp mysql connector

mcp mysql connector

Local
@daedalusPythonMITUpdated 4mo ago

MCP server exposing MySQL database functionalities as tools

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).

PyPImcp-mysql-connectorv0.1.1

Run

uvx mcp-mysql-connector

MCP client config

{
  "mcpServers": {
    "mcp-mysql-connector": {
      "command": "uvx",
      "args": [
        "mcp-mysql-connector"
      ]
    }
  }
}