(a repost due to gen-ai block | sry guys English is not my native language)
me: solo dev from Hamburg (ahoi) started months ago - couldn't stand the token waste and speed of playwright, Chrome dev tools etc - Vercel changed the game a bit but I use Public Browser for weeks now - it delivers
project: "Public Browser" is a MCP Server running real Chrome with ur profile (no logins) directly via CDP protocol. has a complete tool set. handles multiple tabs. free - open sources - script api - a beast with JEV.
numbers:
vs agent-browser -24% calls, -33% token, -33% cost, -32% time
vs Playwright CLI -26% calls, -34% token, -32% cost, -43% time
vs Playwright MCP -51% calls, -61% token, -54% cost, -47% time
vs Chrome DevTools -53% calls, -71% token, -65% cost, -51% time
vs browser-use -79% calls, -95% token, -93% cost, -88% time
method: blind opus 5 - one test harness - 30 tests - 5 runs. competitors = Playwright, Chrome DevTools, browser-use.
p.s.: I know a race between a solo dev and companies is lost but I think the people should build the tools that are important. I would love to see Public Browser be used and it would be an absolute honor if someone would improve it - with work & ideas. I hope you enjoy it. pls tell me what u think about it.
me: solo dev from Hamburg (ahoi) started months ago - couldn't stand the token waste and speed of playwright, Chrome dev tools etc - Vercel changed the game a bit but I use Public Browser for weeks now - it delivers
project: "Public Browser" is a MCP Server running real Chrome with ur profile (no logins) directly via CDP protocol. has a complete tool set. handles multiple tabs. free - open sources - script api - a beast with JEV.
numbers: vs agent-browser -24% calls, -33% token, -33% cost, -32% time vs Playwright CLI -26% calls, -34% token, -32% cost, -43% time vs Playwright MCP -51% calls, -61% token, -54% cost, -47% time vs Chrome DevTools -53% calls, -71% token, -65% cost, -51% time vs browser-use -79% calls, -95% token, -93% cost, -88% time
method: blind opus 5 - one test harness - 30 tests - 5 runs. competitors = Playwright, Chrome DevTools, browser-use.
but: agentBrowser responses are 28% smaller still in most cases Public Browser should be more efficient cause it needs less rounds in the endinstall: claude mcp add public-browser -- npx -y public-browser@latest
test-site: https://mcp-test.second-truth.com source code: https://github.com/Silbercue/public-browser/blob/master/test... harness & raw data: https://github.com/Silbercue/public-browser/tree/master/test...
p.s.: I know a race between a solo dev and companies is lost but I think the people should build the tools that are important. I would love to see Public Browser be used and it would be an absolute honor if someone would improve it - with work & ideas. I hope you enjoy it. pls tell me what u think about it.