Custom Mysql
Freeby MCP Community
A Model Context Protocol server to interact with a MySQL database
v1.0.8Added Apr 12, 2026
mcpmodel-context-protocolmysqldatabaseai
Custom Mysql MCP Server
A Model Context Protocol server to interact with a MySQL database
Installation
Reviews
Installation
Quick install
npx -y custom-mysql-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"custom-mysql": {
"command": "npx",
"args": ["-y", "custom-mysql-mcp"]
}
}
}