Loading MCP server directory, please wait...
An MCP server for MySQL databases.
npx @getmcp/cli add io.github.marcelo-ochoa/mysqlRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.marcelo-ochoa/mysql": {
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-mysql"
],
"env": {
"MYSQL_USER": "",
"MYSQL_PASSWORD": ""
}
}
}
}