autoprefixer

GitHub

Parse CSS and add vendor prefixes to rules by Can I Use

22,257 stars JavaScript #css#postcss-plugins#prefixer
RAW Config

Claude Desktop Configuration

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

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