Skip to content

Mysql Server

Free

by MCP Community

The Model Context Protocol (MCP) server establishes a standardized JSON-RPC 2.0 interface for MySQL operations, enabling CRUD execution, transaction management,

v1.2.0Added Apr 12, 2026
mcpmodel-context-protocolmysqldatabaseclaude
Works with:ClaudeGPTGeminiCopilot

Mysql Server MCP Server

The Model Context Protocol (MCP) server establishes a standardized JSON-RPC 2.0 interface for MySQL operations, enabling CRUD execution, transaction management,

Installation

Reviews

Leave a Review

Installation

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