{
  "markdown": "# BrowserMCP Extension for Gemini CLI\n\nThis is a Gemini CLI extension that integrates [BrowserMCP](https://browsermcp.io/), providing your AI agent with the ability to view, navigate, and interact with web pages directly in your browser.\n\n## What This Extension Does\n\nBy giving the agent \"eyes\" and \"hands\", this extension enables the Gemini CLI to:\n\n* Navigate to specific URLs\n* Inspect and read the DOM\n* Click buttons and links\n* Type text into form fields\n* Read browser console logs\n\nThis makes the extension incredibly useful for automating UI testing, extracting data from complex web apps, or having the agent perform repetitive web-based workflows on your behalf.\n\n## Prerequisites & How It Works\n\nThis extension is a lightweight wrapper that connects the Gemini CLI to the BrowserMCP server.\n\nFor this to work, you **must** have the BrowserMCP Chrome extension installed in your active browser session:\n\n1. Install the [BrowserMCP Chrome Extension](https://docs.browsermcp.io/setup-extension). (It takes about 30 seconds.)\n2. Navigate to the web page you want the agent to interact with.\n3. Click the BrowserMCP extension icon and click **\"Connect\"**.\n\n*Note: The agent cannot spawn new browser sessions or operate in \"headless\" mode. It relies entirely on the active, connected tab.*\n\n## Installation\n\nTo install this extension into your Gemini CLI, run:\n\n```bash\ngemini extensions install https://github.com/derailed-dash/browsermcp-ext\n```\n\nOnce installed, simply start the Gemini CLI and run `/mcp` to verify the `browsermcp` tools are loaded. \n\n## Disclaimer\n\nI am the author of this specific Gemini CLI extension wrapper. However, I am **not** the author of the BrowserMCP server or the underlying BrowserMCP project it relies upon. Full credit goes to the creators of [BrowserMCP](https://browsermcp.io/).\n",
  "bytes": 1824,
  "sha": "08ce9ec1d4f18ce914bc200eaa776ff7fa97717337f97d9ec9d3d0105fe06fcd",
  "repo_slug": "derailed-dash/browsermcp-ext",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_derailed_dash_browsermcp_ext_b27b4b60/readme"
}