f4ww4z/mcp-mysql-server
Node.js-based MySQL database integration that provides secure MySQL database operations
Quick Start
Clone the repository:
git clone https://github.com/f4ww4z/mcp-mysql-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-mysql-server": {
"command": "npx",
"args": [
"-y",
"f4ww4z/mcp-mysql-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.