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