Spins up a real Chromium browser via Playwright and lets Claude navigate pages, click elements, fill forms, and take screenshots. What makes this one interesting is the ref-addressable snapshot system: instead of dumping full page HTML every time, it creates compact references to page state that you can pass around in conversation. Reach for this when you need actual browser automation with JavaScript execution and modern web APIs, not just HTML fetching. The snapshots keep context windows manageable during multi-step browser workflows where you're iterating on selectors or debugging interaction sequences.
therealtimex/browser-use
jae-jae/fetcher-mcp
merajmehrabi/puppeteer-mcp-server
com.thenextgennexus/playwright-mcp-server
saik0s/mcp-browser-use