Visual regression testing. Catch visual bugs before they reach production.
npx -y @browserstack/mcp-server-percy
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"percy": {
"command": "npx",
"args": ["-y", "@browserstack/mcp-server-percy"]
}
}
}
```
run_buildexecute_testslint_codeformat_codeanalyze_bundleVisual regression testing. Catch visual bugs before they reach production.
Language: TypeScript
Category: Developer Tools