Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
51–60 of 229 posts
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#52Doesn't work on Windows: 2025-04-07T18:43:26.537Z [browsermcp] [info] Initializing server... 2025-04-07T18:43:26.603Z [browsermcp] [info] Server started and connected successfully 2025-04-07T18:43:26.610Z [browsermcp] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0} node:internal/e…
1. Kill your Claude Desktop app
2. Click "Connect" in the browser extension.
3. Quickly start your Calude Desktop app.
It will work 50% of the time - I guess the timing must be just right for it to work. Hopefully, the developers can improve this.
Now on to testing :)
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#53Doesn't work on Windows: 2025-04-07T18:43:26.537Z [browsermcp] [info] Initializing server... 2025-04-07T18:43:26.603Z [browsermcp] [info] Server started and connected successfully 2025-04-07T18:43:26.610Z [browsermcp] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0} node:internal/e…
There was another comment that mentioned that there's an issue with port killing code on Windows: https://news.ycombinator.com/item?id=43614145
I just published a new version of the @browsermcp/mcp library (version 0.1.1) that handles the error better until I can investigate further so it should hopefully work now if you're using @browsermcp/mcp@latest.
FWIW, Claude Desktop currently has a bug where it tries to start the server twice, which is why the MCP server tries to kill the process from a previous invocation: https://github.com/modelcontextprotocol/servers/issues/812
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#54MCP seems to be JavaScript's trojan horse into AI.
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#55Earlier quoted context omitted.
Not OP but I suspect it is because of this (mentioned on their page): 'Avoids bot detection and CAPTCHAs by using your real browser fingerprint.'
I don't think remote debugging by itself on a normal chrome profile is detectable
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#56So 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…
Also I assume this extension is pretty obvious so it wont take long for CF bot detection to see it the same as playwrite or whatever else.
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#57Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#58Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#59Do you respect robots.txt so administrators can block this tool?
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#60Do you respect robots.txt so administrators can block this tool?