mysql-mcp-server

mysql-mcp-server

3.2

If you are the rightful owner of mysql-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

mysql-mcp-server is a Model Context Protocol (MCP) server designed to facilitate connections to a MySQL Server.

mysql-mcp-server

mysql-mcp-server is a Model Context Protocol (MCP) server for connecting to MySQL Server.

Installation

git clone https://github.com/leopeng1995/mysql-mcp-server.git
cd mysql-mcp-server

uv sync
uv run mysql-mcp-server

Configuration in Cline

{
  "mcpServers": {
    "mysql-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "H:/workspaces/leopeng1995/mysql-mcp-server",
        "run",
        "mysql-mcp-server"
      ],
      "env": {
        "MYSQL_HOST": "localhost",
        "MYSQL_PORT": "3306",
        "MYSQL_USER": "username",
        "MYSQL_PASSWORD": "password",
        "MYSQL_DATABASE": "database"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}