Visual testing for Storybook. Catch UI bugs, review changes, and approve updates.
npx -y @chromatic/mcp-server-chromatic
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"chromatic": {
"command": "npx",
"args": ["-y", "@chromatic/mcp-server-chromatic"]
}
}
}
```
run_buildexecute_testslint_codeformat_codeanalyze_bundleVisual testing for Storybook. Catch UI bugs, review changes, and approve updates.
Language: TypeScript
Category: Developer Tools