stylesafe for Claude Desktop
io.github.patrizzos/stylesafe
MCP server and CLI that catches CSS cascade conflicts and Tailwind utility clashes before they ship.
client:Claude Desktop
transport:stdio
runtime:npm
Install stylesafe in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stylesafe": {
"command": "npx",
"args": [
"-y",
"@patrizzos/stylesafe"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs