Mysql
Freeby MCP Community
MySQL MCP Server - stdio protocol for MySQL database operations with Windows support
v1.0.3Added Apr 12, 2026
mcpmodel-context-protocolmysqldatabasesql
Mysql MCP Server
MySQL MCP Server - stdio protocol for MySQL database operations with Windows support
Installation
Reviews
Installation
Quick install
npx -y @morris131/mysql-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": ["-y", "@morris131/mysql-mcp-server"]
}
}
}