Skip to content

Mysql Mcp Tool

Free

by MCP Community

A MySQL MCP tool for Studio/Claude Desktop

v0.3.0Added Apr 12, 2026
mcpmysqlstudio
Works with:ClaudeGPTGeminiCopilot

Mysql Mcp Tool MCP Server

A MySQL MCP tool for Studio/Claude Desktop

Installation

npx -y mysql-mcp-tool

Reviews

Leave a Review

Installation

Quick install
npx -y mysql-mcp-tool
Add to claude_desktop_config.json
{
  "mcpServers": {
    "mysql-mcp-tool": {
      "command": "npx",
      "args": ["-y", "mysql-mcp-tool"]
    }
  }
}