Direct Chrome control via DevTools Protocol wrapped in a single MCP tool. You get navigate, click, type, form fills, JavaScript eval, and multi-tab management without spinning up fresh browser instances each time. Every DOM action auto-saves a screenshot, markdown extract, and HTML snapshot with sequential prefixes, which is genuinely helpful for debugging. The real win is working with authenticated sessions and existing browser state. It defaults to headless with a "superpowers-chrome" profile and handles port conflicts automatically when multiple MCPs run in parallel. Choose this over Playwright when you need session persistence or the overhead of fresh instances doesn't make sense.
npx skills add https://github.com/obra/superpowers-chrome --skill browsing