Stylesafe runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 9 Jul 2026.
MCP server and CLI that catches CSS cascade conflicts and Tailwind utility clashes before they ship.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add stylesafe -- npx -y @patrizzos/stylesafe
{
"mcpServers": {
"stylesafe": {
"args": [
"-y",
"@patrizzos/stylesafe"
],
"command": "npx"
}
}
}
[mcp_servers.stylesafe]
command = "npx"
args = ["-y", "@patrizzos/stylesafe"]
{
"mcpServers": {
"stylesafe": {
"args": [
"-y",
"@patrizzos/stylesafe"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"stylesafe": {
"args": [
"-y",
"@patrizzos/stylesafe"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.