Back to MCP Servers
Mysql
user-friendly read-only mysql mcp server for cursor and n8n...
databasesmysql
By dave-wind
Installation
npx -y mysql-mcp-serverConfiguration
{
"mcpServers": {
"mysql-mcp-server": {
"command": "npx",
"args": ["-y", "mysql-mcp-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