Skip to content

Mysql Query

Free

by MCP Community

MySQL Query MCP server for AI assistants - execute read-only MySQL queries from Cursor IDE, Windsurf, or Claude Desktop

v1.2.0Added Apr 12, 2026
cursorcursor-idewindsurfclaudeclaude-desktop
Works with:ClaudeGPTGeminiCopilot

Mysql Query MCP Server

MySQL Query MCP server for AI assistants - execute read-only MySQL queries from Cursor IDE, Windsurf, or Claude Desktop

Installation

Reviews

Leave a Review

Installation

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