Mysql
Freeby MCP Community
A comprehensive MCP server for MySQL database operations with 16 tools, multi-transport support, and intelligent test data generation
v1.0.1Added Apr 12, 2026
mcpmysqldatabaseservermodel-context-protocol
Mysql MCP Server
A comprehensive MCP server for MySQL database operations with 16 tools, multi-transport support, and intelligent test data generation
Installation
Reviews
Installation
Quick install
npx -y @rolandohuber/mysql-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": ["-y", "@rolandohuber/mysql-mcp-server"]
}
}
}