Crazy, in looking up some info on the web and creating a Spreadsheet on Google Sheets to insert the results, it worked almost perfectly the first time and completely failed subsequently on 8-10 different tries. Is there an issue with the lag between what is happening in the browser and the MCP app (in my case Claude Desktop)? I have a feeling the first time I tried it, I was fast enough clicking the "Allow for this c…
Such a rich UI like google sheets seems like a bad use case for such a general "browser automation" MCP server. Would be cool to see an MCP server like this, but with specific tools that let the LLM read and write to google sheets cells. I'm sure it would knock these tasks out of the park if it had a more specific abstraction instead of generally interacting with a webpage
Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
81–90 of 229 posts
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#82WARNING for Cursor users: Cursor is currently stuck using an outdated snapshot of the VSCode Marketplace, meaning several extensions within Cursor remain affected by high-severity CVEs that have already been patched upstream in VSCode. As a result, Cursor users unknowingly remain vulnerable to known security issues. This issue has been acknowledged but remains unresolved: https://github.com/getcursor/cursor/issues/16…
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#83So the website claims: "Avoids bot detection and CAPTCHAs by using your real browser fingerprint." Yeah, not really. I've used a similar system a few weeks back (one I wrote myself), having AI control my browser using my logged in session, and I started to get Captcha's during my human sessions in the browser and eventually I got blocked from a bunch of websites. Now that I've stopped using my browser session in that…
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#84So the website claims: "Avoids bot detection and CAPTCHAs by using your real browser fingerprint." Yeah, not really. I've used a similar system a few weeks back (one I wrote myself), having AI control my browser using my logged in session, and I started to get Captcha's during my human sessions in the browser and eventually I got blocked from a bunch of websites. Now that I've stopped using my browser session in that…
What do you think they might be looking for that could be detected pretty quickly? I'm wondering if it is something like they can track mouse movement and calculate when a mouse is moving too cleanly, so adding some more human like noise to the mouse movement can better bypass the system. Others have mentioned doing too many actions too fast, but what about potential timing between actions. Even if every click isn't…
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#85Is there any browser that can do this yet as it seems extremely useful to be able to extract details from the page!
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#86Earlier quoted context omitted.
It seems the benefit of MCP is for Anthropic to enlist the community in building integrations for Claude desktop, no? And if other vendors sign on to support MCP, then it becomes a self reinforcing cycle of adoption.
MCP is useful because anthropic has a disproportionate share of API traffic relative to its valuation and a tiny share of first-party client traffic. The best way around this is to shift as much traffic to API as possible.
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#87Earlier quoted context omitted.
I don't think remote debugging by itself on a normal chrome profile is detectable
Exposing Chrome CDP is a terrible idea from a security and privacy perspective. You get the keys to the whole kingdom (and expose them on a standard port with a well documented API). All security features of the web can be bypassed, and then some, as CDP exposes even more capabilities than chrome extensions and without any form of supervision.
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#88Earlier quoted context omitted.
It might depend on the speed with which you click on the elements on the website.
it does, CF bans my own honest to God clicks if I do them too fast.
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#89Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#90Earlier quoted context omitted.
I just view it as a relative minor convenience, but it's not some game-changer IMO. The tool use / function calling thing far predates Anthropic releasing the MCP specification and it really wasn't that onerous to do before either. You could provide a json schema spec and tell the model to generate compliant json to pass to the API in question. MCP doesn't inherently solve any of the problems that come up in that sor…
It seems the benefit of MCP is for Anthropic to enlist the community in building integrations for Claude desktop, no? And if other vendors sign on to support MCP, then it becomes a self reinforcing cycle of adoption.
Coupled with the fact that any LLM trained for tool use can utilize the protocol, it doesn't feel like much of a moat that uniquely positions Claude Desktop in a meaningful way.