MySQL-MCP-Tool

ITKMUnigle/MySQL-MCP-Tool
★ 1 stars TypeScript 🗄️ Database Updated today
一个功能完整的 MySQL MCP (Model Context Protocol) 工具,支持通过 stdio 和 HTTP/SSE 两种传输方式与 AI 助手交互,实现对 MySQL 数据库的查询和管理。
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": {
    "mysql-mcp-tool": {
      "command": "npx",
      "args": [
        "-y",
        "ITKMUnigle/MySQL-MCP-Tool"
      ]
    }
  }
}