Skip to content
Cline

MySQL MCP Server for Cline

io.github.musaddiq-dev/mysql-mcp-server

Python MCP server for MySQL database inspection and querying

client:Cline transport:stdio runtime:pypi

Install MySQL MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mysql-mcp-server": {
      "command": "uvx",
      "args": [
        "mdev-mysql-mcp-server"
      ],
      "env": {
        "MYSQL_HOST": "<MYSQL_HOST>",
        "MYSQL_PORT": "<MYSQL_PORT>",
        "MYSQL_USER": "<MYSQL_USER>",
        "MYSQL_PASSWORD": "<MYSQL_PASSWORD>",
        "MYSQL_DATABASE": "<MYSQL_DATABASE>",
        "MYSQL_POOL_SIZE": "<MYSQL_POOL_SIZE>",
        "LOG_LEVEL": "<LOG_LEVEL>",
        "MYSQL_READ_QUERY_LIMIT": "<MYSQL_READ_QUERY_LIMIT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MySQL MCP Server in other clients