Skip to content

Mysql

Free

by MCP Community

MCP server implementation for MySQL database access

v0.1.3Added Apr 12, 2026
mcpmysqldatabasedivellm
Works with:ClaudeGPTGeminiCopilot

Mysql MCP Server

MCP server implementation for MySQL database access

Installation

Reviews

Leave a Review

Installation

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