Skip to content

Mysql Server

Free

by MCP Community

MySQL MCP server for Cursor IDE integration

v1.0.0Added Apr 12, 2026
mcpmysqlcursordatabaseserver
Works with:ClaudeGPTGeminiCopilot

Mysql Server MCP Server

MySQL MCP server for Cursor IDE integration

Installation

Reviews

Leave a Review

Installation

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