Back to MCP Servers
Mysql
Node.js-based MySQL database integration that provides secure MySQL database operations
databasesnodemysql
By f4ww4z
Installation
npx -y mcp-mysql-serverConfiguration
{
"mcpServers": {
"mcp-mysql-server": {
"command": "npx",
"args": ["-y", "mcp-mysql-server"]
}
}
}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