Let AI Control Your Real Browser — Not a Throwaway One

Dev.to AI
Generative AI

Most browser MCP servers launch a separate browser instance. Clean slate, no ↕ MCP (stdio) playwright-repl MCP server ↕ WebSocket ↕ CDP / chrome.debugger Your real Chrome tabs The key difference: Playwright runs inside the browser, not outside it. The extension uses playwright-crx to run the full Playwright API directly in Chrome's service worker. No Node.js relay, no separate browser process.