MySQL
🗄️ Data & Files
Connect to MySQL databases, run queries, inspect schemas, and manage tables. Full read/write support for MySQL and MariaDB.
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": [
"-y",
"@f4ww4z/mcp-mysql-server"
],
"env": {
"MYSQL_HOST": "your-mysql-host-here",
"MYSQL_USER": "your-mysql-user-here",
"MYSQL_PASSWORD": "your-mysql-password-here",
"MYSQL_DATABASE": "your-mysql-database-here"
}
}
}
}