πŸ”§

MySQL Database Access

πŸ”§MCP Server

dpflucas/mysql-mcp-server

VibeIndex|
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-server
npm installInstall npm package
npm install mysql-mcp-server
git cloneClone repository
git clone https://github.com/dpflucas/mysql-mcp-server.git
npm runRun npm script
npm run build
npxRun with npx
npx -y @smithery/cli install @dpflucas/mysql-mcp-server --client claude
Claude 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