mcp-server-mysql

youngsu5582/mcp-server-mysql
★ 3 stars Java 🗄️ Database Updated 1y ago
An MCP server.
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-server-mysql": {
      "command": "npx",
      "args": [
        "-y",
        "youngsu5582/mcp-server-mysql"
      ]
    }
  }
}