Mysql Server
Freeby MCP Community
A Model Context Protocol server for MySQL database operations
v0.1.0Added Apr 12, 2026
mcpmodel-context-protocolmysqldatabaseclaude
Mysql Server MCP Server
A Model Context Protocol server for MySQL database operations
Installation
npx -y @f4ww4z/mcp-mysql-server
Reviews
Installation
Quick install
npx -y @f4ww4z/mcp-mysql-server
Add to claude_desktop_config.json
{
"mcpServers": {
"mysql-server": {
"command": "npx",
"args": ["-y", "@f4ww4z/mcp-mysql-server"]
}
}
}