mcp-mysql-server

f4ww4z/mcp-mysql-server
★ 154 stars JavaScript 🗄️ Database Updated 1mo ago
A Model Context Protocol server for MySQL database operations
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-mysql-server": {
      "command": "npx",
      "args": [
        "-y",
        "f4ww4z/mcp-mysql-server"
      ]
    }
  }
}