browser-control 1.1.0

CLI that manages browsers and exposes them over CDP/BiDi for agent-driven development. Includes an optional MCP server.
Documentation
{
  "name": "browser-control",
  "version": "1.0.2+codex.20260624221855",
  "description": "Expose browser-control's MCP server for controlling local browsers through CDP and WebDriver BiDi.",
  "author": {
    "name": "rickardp",
    "url": "https://github.com/rickardp"
  },
  "homepage": "https://github.com/rickardp/browser-control",
  "repository": "https://github.com/rickardp/browser-control",
  "license": "MIT",
  "keywords": [
    "browser",
    "cdp",
    "bidi",
    "mcp",
    "automation"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Browser Control",
    "shortDescription": "Control local browsers through browser-control MCP",
    "longDescription": "Browser Control exposes the browser-control CLI as an MCP server, giving agents tools to navigate, fetch, inspect, screenshot, and interact with registered local Chrome-family and Firefox browser sessions.",
    "developerName": "rickardp",
    "category": "Engineering",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/rickardp/browser-control",
    "privacyPolicyURL": "https://github.com/rickardp/browser-control",
    "termsOfServiceURL": "https://github.com/rickardp/browser-control",
    "defaultPrompt": [
      "Use browser-control with my default browser"
    ],
    "screenshots": []
  }
}