stylex

GitHub

StyleX is the styling system for ambitious user interfaces.

9,562 stars JavaScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "stylex": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-stylex"
      ]
    }
  }
}