mcp-server-mysql

codeChap/mcp-server-mysql
★ 0 stars Rust 🗄️ Database Updated today
MCP server for MySQL/MariaDB databases — schema inspection, queries, and data manipulation for AI assistants
View on GitHub → Try with Claude — $10 free →

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": "cargo",
      "args": [
        "run",
        "--",
        "mcp-server-mysql"
      ]
    }
  }
}