Parse CSS and add vendor prefixes to rules by Can I Use
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"autoprefixer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-autoprefixer"
]
}
}
}