PluginBench
MCP Server
Maintained
MIT

io.github.Patrizzos/stylesafe MCP Server

io.github.Patrizzos/stylesafe

What is the io.github.Patrizzos/stylesafe MCP server?

MCP server and CLI that catches CSS cascade conflicts and Tailwind utility clashes before they ship.

How to install io.github.Patrizzos/stylesafe

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stylesafe": {
      "command": "npx",
      "args": [
        "-y",
        "@patrizzos/stylesafe"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "stylesafe": {
      "command": "npx",
      "args": [
        "-y",
        "@patrizzos/stylesafe"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "stylesafe": {
      "command": "npx",
      "args": [
        "-y",
        "@patrizzos/stylesafe"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "stylesafe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@patrizzos/stylesafe"
      ]
    }
  }
}
Claude Code
claude mcp add stylesafe -- npx -y @patrizzos/stylesafe

Related MCP servers

MCP server and CLI that makes CSS legible to AI agents — explains what applies and why.

0
JavaScript
MIT
View repository →