Back to MCP Servers
Server Mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
databasesnodemysql
By benborla
Installation
npx -y mcp-server-mysqlConfiguration
{
"mcpServers": {
"mcp-server-mysql": {
"command": "npx",
"args": ["-y", "mcp-server-mysql"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes