Mysql Writer
Freeby MCP Community
MCP MySQL plugin that supports write operations
v1.0.5Added Apr 12, 2026
Mysql Writer MCP Server
MCP MySQL plugin that supports write operations
Installation
Reviews
Installation
Quick install
npx -y mcp-mysql-writer
Add to claude_desktop_config.json
{
"mcpServers": {
"mysql-writer": {
"command": "npx",
"args": ["-y", "mcp-mysql-writer"]
}
}
}