Mysql
Freeby MCP Community
MCP server for interacting with MySQL databases with write operations support
v2.0.19Added Apr 12, 2026
nodemcpaicursormcp-server
Mysql MCP Server
MCP server for interacting with MySQL databases with write operations support
Installation
npx -y @cainli/mcp-server-mysql
Reviews
Installation
Quick install
npx -y @cainli/mcp-server-mysql
Add to claude_desktop_config.json
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": ["-y", "@cainli/mcp-server-mysql"]
}
}
}