Mysql
Freeby MCP Community
Enterprise-grade MySQL MCP Server with OAuth 2.0 authentication, connection pooling & tool filtering
v3.0.2Added Apr 12, 2026
mcpmysqldatabasemodel-context-protocolai
Mysql MCP Server
Enterprise-grade MySQL MCP Server with OAuth 2.0 authentication, connection pooling & tool filtering
Installation
Reviews
Installation
Quick install
npx -y @neverinfamous/mysql-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": ["-y", "@neverinfamous/mysql-mcp"]
}
}
}