I wonder if it's possible to add such plugins to election apps (e.g.: Slack). It would be such a nice experience if I could just connect my AI of choice to a local app.
Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
21–30 of 229 posts
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#22So is MCP the new RPA (Robotics Process Automation)? Like generic yahoo pipes?
APA (Agentic Process Automation) is the new RPA, and this is definitely one example of it.
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#232025-04-07 10:57:11.606 [info] rmcp: Starting new stdio process with command: npx @browsermcp/mcp@latest
2025-04-07 10:57:11.606 [error] rmcp: Client error for command spawn npx ENOENT
2025-04-07 10:57:11.606 [error] rmcp: Error in MCP: spawn npx ENOENT
2025-04-07 10:57:11.606 [info] rmcp: Client closed for command
2025-04-07 10:57:11.606 [error] rmcp: Error in MCP: Client closed
2025-04-07 10:57:11.606 [info] rmcp: Handling ListOfferings action
2025-04-07 10:57:11.606 [error] rmcp: No server info found
---
EDIT: Ended up fixing it by patching index.js. killProcessOnPort() was the problem. Can hit me up if you have questions, I cannot figure out how to put readable code in HN after all these years with the fake markdown syntax they use.
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#24Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#25So is MCP the new RPA (Robotics Process Automation)? Like generic yahoo pipes?
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 sort of workflow, but it does provide an idiomatic approach for it (so there's a non-zero value there, but not much).
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#26Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#27Why use this over Puppeteer or Playwright extensions?
The Puppeteer MCP server doesn't work well because it requires CSS selectors to interact with elements. It makes up CSS selectors rather than reading the page and generating working selectors. The Playwright MCP server is great! Currently Browser MCP is largely an adaptation of the Playwright MCP server to use with your actual browser rather than creating a new one each time. This allows you to reuse your existing Ch…
https://playwright.dev/docs/api/class-browsertype#browser-ty...
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#28Did something similar but controls a hardware synth, allowing me to do sound design without touching the physical knobs: https://github.com/zerubeus/elektron-mcp
Imagine it controlling plugins remotely, have an LLM do mastering and sound shaping with existing tools. The complex overly-graphical UIs of VSTs might be a barrier to performance there, but you could hook into those labeled midi mapping interfaces to control the knobs and levels.
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#29Good, just what we needed. More bots browsing the internet. Somedays I think I am not 100% against of every website having a captcha...
Re: Show HN: Browser MCP – Automate your browser using Cursor, Claude, VS Code
#30Good, just what we needed. More bots browsing the internet. Somedays I think I am not 100% against of every website having a captcha...