Skip to content

Mysql Write

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}