Skip to content

Mysql Writer

Free

by MCP Community

MCP MySQL plugin that supports write operations

v1.0.5Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Mysql Writer MCP Server

MCP MySQL plugin that supports write operations

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-mysql-writer
Add to claude_desktop_config.json
{
  "mcpServers": {
    "mysql-writer": {
      "command": "npx",
      "args": ["-y", "mcp-mysql-writer"]
    }
  }
}