Mysql Server
Freeby 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
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
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"]
}
}
}