Hacker News new | ask | show | jobs
by trenchpilgrim 211 days ago
Being able to e.g. hook up Claude Code to any webpage would be killer for both web development and task automation.
1 comments

I already do this via docker desktop MCPs in which I run a.o. Playwright¹.

Zed and VS code can now drive a browser. E.g. to perform tasks like "run the site on a local server and verify that you see the counter increase when you click this new plus-button"

¹https://hub.docker.com/mcp/server/playwright/overview

Thanks, I'll try this in Zed!