Claude in Chrome
MCP server that connects Claude Code to the Chrome browser via the Chrome DevTools Protocol API. Allows Claude to navigate, click, fill forms, and capture screenshots. Used in the GSD workflow for visual verification steps at checkpoints.
Strengths
- Automates visual verifications, Claude screenshots and validates the UI without human intervention
- Full DOM access, can read states, attributes, and contents for precise validation
- Natural integration with GSD human-verify checkpoint types
Limitations
- Requires Chrome open with DevTools Protocol enabled, not available in headless CI
- Risk of unintended actions if Claude misinterprets navigation instructions
Best for
- Automating visual verifications in GSD workflows with checkpoints
- UI acceptance tests without maintaining a separate Playwright suite
- Interactive debugging of a web application directly from Claude Code