# major/MySQLTuner-perl | Model Context Protocol (MCP) Server > MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. - **Stars**: ⭐ 9,471 - **Language**: Perl - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "MySQLTuner-perl": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MySQLTuner-perl" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "MySQLTuner-perl": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MySQLTuner-perl" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-MySQLTuner-perl` - **Docker**: `docker run -i --rm mcp/MySQLTuner-perl`