MCP Directory
Back

mysql_mcp_server

by designcomputer · Python · ★ 1,314

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

#ai#claude#claude-code#database#llm#mcp#mcp-server#model-context-protocol#mysql

Install

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://github.com/designcomputer/mysql_mcp_server/actions) [](https://pypi.org/project/mysql-mcp-server/) [](https://www.agentaudit.dev/packages/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 supports both standard input/output (STDIO) and Streamable HTTP (SSE) transport modes. The SSE…
Read full README on GitHub →

Related databases servers