Mysql
Freeby MCP Community
Model Context Protocol server for MySQL databases including AWS RDS
v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolmysqldatabaseaws-rds
Mysql MCP Server
Model Context Protocol server for MySQL databases including AWS RDS
Installation
Reviews
Installation
Quick install
npx -y @sajithrw/mcp-mysql
Add to claude_desktop_config.json
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": ["-y", "@sajithrw/mcp-mysql"]
}
}
}