MCP Directory
Back

mysql_mcp_server

by designcomputer · Python · ★ 1,240

A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases

#ai#mcp#model-context-protocol#mysql

Install

pip install git+https://github.com/designcomputer/mysql_mcp_server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mysql-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/designcomputer/mysql_mcp_server.git"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/mysql-mcp-server) [](https://mseep.ai/app/designcomputer-mysql-mcp-server) A Model Context Protocol (MCP) implementation that enables secure interaction with MySQL databases. This server component facilitates communication between AI applications (hosts/clients) and MySQL databases, making database exploration and analysis safer and more structured through a controlled interface. > **Note**: MySQL MCP Server is not designed to be used as a standalone server, but rather as a communication protocol implementation between AI applications and MySQL databases. - Lis…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers