mysql-mcp-server

askdba/mysql-mcp-server
★ 25 stars Go 🗄️ Database Updated 8d ago
MySQL Server implementation for Model Context Protocol (MCP) written in Go.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mysql-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/askdba/mysql-mcp-server@latest"
      ]
    }
  }
}