Zero burden, ready-to-use Model Context Protocol (MCP) server for interacting with MySQL and automation. No Node.js or Python environment needed.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"go-mcp-mysql": {
"command": "go",
"args": [
"run",
"github.com/Zhwt/go-mcp-mysql@latest"
]
}
}
}
Run in terminal:
claude mcp add go-mcp-mysql go run github.com/Zhwt/go-mcp-mysql@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"go-mcp-mysql": {
"command": "go",
"args": [
"run",
"github.com/Zhwt/go-mcp-mysql@latest"
]
}
}
}