opencode
opencode copied to clipboard
[FEATURE]: Browser automation like Claude in Chrome
Anthropic recently released Claude in Chrome - a browser extension that lets Claude navigate websites, click buttons, fill forms, and run background tasks across tabs.
It would be great if OpenCode could integrate with this or offer similar capabilities. This would enable workflows like:
- Testing web apps during development
- Pulling data from dashboards
- Automating repetitive browser tasks alongside code changes
Possible approaches:
- Integration with the Claude for Chrome extension
- Built-in browser automation tool (Puppeteer/Playwright)
- First-party MCP server for browser control
Related issues:
- #3495 asks about "computer use" but is broader (full desktop control) - this request is specifically about browser automation
- #575 (closed) shows community interest via a third-party "openbrowser" MCP workaround, but native support would be more seamless
- #4377 is about Chrome DevTools MCP for debugging, not browser automation