π§
MySQL Database Access
π§MCP Serverdpflucas/mysql-mcp-server
What it does
Provides read-only, secure access to MySQL databases, allowing safe exploration of database schemas and execution of read-only SQL queries.
localhosted
Installation
npm installInstall npm package
npm install -g mysql-mcp-servernpm installInstall npm package
npm install mysql-mcp-servergit cloneClone repository
git clone https://github.com/dpflucas/mysql-mcp-server.gitnpm runRun npm script
npm run buildnpxRun with npx
npx -y @smithery/cli install @dpflucas/mysql-mcp-server --client claudeClaude Desktop ConfigurationAdd this to your claude_desktop_config.json
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": ["mysql...π Extracted from dpflucas/mysql-mcp-server README
55
AddedJan 26, 2026