1. Security & Prompt‑Injection Risks
Users repeatedly warn that connecting an LLM to an open Chrome session gives the model “unlimited access” to the user’s data.
“On one hand, cool demo, on the other, this is horrifying… you’re literally one prompt injection away from someone having unlimited access to all of your everything.” – Etheryte
“Separate profiles won’t save you from that, but there are other approaches.” – mh-
2. Token‑Cost & Context Bloat of MCP
The community is split over the “MCP‑vs‑CLI” debate, with many pointing out that MCP servers inflate the prompt with thousands of tool definitions.
“MCP is extremely token heavy… I’ve been using the DevTools MCP for months now, but it’s extremely token heavy.” – rossvc
“Tool Search fixes this with per‑tool lazy loading… 85 % token reduction.” – flash_us0101
3. Preference for Direct CLI / Playwright over MCP
A large portion of the discussion favors lightweight, headless CLI tools (Playwright, agent‑browser, bb‑browser) for their speed, token efficiency, and easier setup.
“I use Playwright to intercept all requests… it creates a detailed strongly‑typed API.” – dataviz1000
“Playwright CLI is more token‑efficient than MCP.” – torn
4. Ethical / Legal Concerns Around Scraping & ToS Violations
Several comments caution that automating browsers to scrape or reverse‑engineer sites can break terms of service and raise privacy issues.
“It breaks everyone’s terms of service. I would not recommend nor encourage using.” – dataviz1000
“You can just start claude with the —chrome flag… it will connect to the chrome extension.” – thefreeman (implied risk of bypassing protections)
These four themes capture the core concerns and preferences that dominate the discussion.