MCP Catalogs
Home

opencode-browser

by michaljach·46·Score 45

MCP server plugin for OpenCode that enables browser automation through Browser MCP integration.

browser-automationweb-scrapingdeveloper-tools
5
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Automated web testing and validation of web applications
you:Data extraction and web scraping from various websites
you:Form automation and data entry for repetitive web tasks
you:What browsers are supported?
you:How do I troubleshoot browser connection issues?

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 README
  • navigate

    Navigate to a specific URL in the browser

  • fill_form

    Fill in form fields with specified values

  • click_element

    Click on a specific browser element

  • get_page_content

    Extract text content from the current page

  • screenshot

    Take a screenshot of the current browser page

  • wait_for_element

    Wait for a specific element to appear on the page

  • snapshot

    Create a snapshot of the current browser state

Comparable tools

browser-mcpplaywright-mcppuppeteer-mcpselenium-mcp

Installation

Installation

  1. Install Browser MCP Extension:

- Visit https://browsermcp.io/install - Install the extension for Chrome or Edge - Follow the setup instructions

  1. Configure OpenCode:

``bash npx opencode-browser init ` This creates/updates ./opencode.json` with the required configuration.

  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.