bladebro

extensionmaintained

Stealthy and efficient agentic browser driver for AI agents. Few tools, full control, real stealth, max token efficiency.

by · v3.0.28 · published 12h ago

$ pi install npm:bladebro
downloads/mo
0
stars
79
last push
8h ago
open issues
0

Signals

license: Apache-2.0testspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

4.1K downloads · last 12 weeks (weekly)

README

Bladebro

Stealthy and efficient agentic browser driver for AI agents. Few tools, full control, real stealth, max token efficiency.

Install

npm install -g bladebro

Or use without installing:

npx bladebro mcp

Usage

Bladebro speaks MCP (Model Context Protocol) over stdio. Point your AI agent at it:

{
  "mcpServers": {
    "bladebro": {
      "command": "bladebro",
      "args": ["mcp"]
    }
  }
}

Five tools: act, see, state, run, vision. Full docs at github.com/dondai44423/bladebro.

Requirements

  • Node.js >= 14
  • Chrome/Chromium installed (Bladebro finds it automatically)

Platforms

Prebuilt binaries available for:

  • Linux x86_64 (linux-x64)
  • macOS Apple Silicon (darwin-arm64) — coming soon
  • macOS Intel (darwin-x64) — coming soon
  • Windows x86_64 (win32-x64) — coming soon

Other platforms: build from source.

License

Apache-2.0