browser-control 1.3.0

CLI that manages browsers and exposes them over CDP/BiDi for agent-driven development. Includes an optional MCP server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "browser-control",
  "displayName": "Browser Control",
  "version": "1.3.0",
  "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"
}