benborla29/mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
Quick Start
Clone the repository:
git clone https://github.com/benborla/mcp-server-mysqlClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-mysql": {
"command": "npx",
"args": [
"-y",
"benborla29/mcp-server-mysql"
]
}
}
}Check the repository README for specific installation and configuration instructions.