Skip to content

posquit0/browser-harness

v0.1.13MIT

Direct browser control via CDP. Drives the user's real Chrome (or a Browser Use cloud browser) with coordinate clicks, screenshots, and Python helpers — no selector hunting. Requires the browser-harness CLI, installed here through mise.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

browser-harnessstdio
{
  "type": "stdio",
  "command": "browser-harness-mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "browser-harness",
  "version": "0.1.13",
  "description": "Direct browser control via CDP. Drives the user's real Chrome (or a Browser Use cloud browser) with coordinate clicks, screenshots, and Python helpers — no selector hunting. Requires the browser-harness CLI, installed here through mise.",
  "author": {
    "name": "Browser Use",
    "url": "https://browser-use.com"
  },
  "homepage": "https://github.com/browser-use/browser-harness",
  "repository": "https://github.com/browser-use/browser-harness",
  "license": "MIT",
  "keywords": ["browser", "automation", "cdp", "chrome", "scraping", "screenshot", "browser-use", "browser-harness"]
}