opencode-browser
by michaljach·★ 46·Score 45
MCP server plugin for OpenCode that enables browser automation through Browser MCP integration.
Overview
The opencode-browser is a specialized plugin for the OpenCode AI editor that integrates with Browser MCP to provide comprehensive browser automation capabilities. It allows AI to control Chrome or Edge browsers, enabling tasks like web navigation, form filling, element interaction, and web scraping. The plugin is designed with performance in mind, implementing speed-oriented guidance that biases the model toward efficient workflows and minimizes expensive operations like screenshots and snapshots unless necessary.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need AI-driven browser automation specifically within OpenCode editor, with optimized performance for web interactions.
When NOT to choose this
Don't choose if you need automation outside of OpenCode, require support for browsers beyond Chrome/Edge, or prefer a standalone browser automation tool.
Tools this server exposes
7 tools extracted from the READMEnavigateNavigate to a specific URL in the browser
fill_formFill in form fields with specified values
click_elementClick on a specific browser element
get_page_contentExtract text content from the current page
screenshotTake a screenshot of the current browser page
wait_for_elementWait for a specific element to appear on the page
snapshotCreate a snapshot of the current browser state
Comparable tools
Installation
Installation
- Install Browser MCP Extension:
- Visit https://browsermcp.io/install - Install the extension for Chrome or Edge - Follow the setup instructions
- Configure OpenCode:
``bash npx opencode-browser init ` This creates/updates ./opencode.json` with the required configuration.
- Alternative manual configuration:
``json { "$schema": "https://opencode.ai/config.json", "plugin": ["opencode-browser"], "mcp": { "browsermcp": { "type": "local", "command": ["npx", "-y", "@browsermcp/mcp@0.1.3"], "enabled": true } } } ``
FAQ
- What browsers are supported?
- The plugin supports Chrome and Edge browsers through the Browser MCP extension.
- How do I troubleshoot browser connection issues?
- First check if the Browser MCP extension is enabled in your browser. Re-enable it if needed, ensure the browser is running, and retry the browser action immediately. The plugin avoids artificial retry delays.
Compare opencode-browser with
Last updated · Auto-generated from public README + GitHub signals.