MySQL MCP Server for AI-powered database operations using Model Context Protocol (MCP). Enable natural language to SQL via LLMs like Claude.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mysql-mcp-server": {
"command": "npx",
"args": [
"-y",
"zoherr/mysql-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mysql-mcp-server npx -y zoherr/mysql-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mysql-mcp-server": {
"command": "npx",
"args": [
"-y",
"zoherr/mysql-mcp-server"
]
}
}
}