Appearance
Install
Prerequisites
- An API key from https://app.hyperbrowser.ai (set as
HYPERBROWSER_API_KEYin your environment or a.envfile)
Node.js SDK
bash
npm install @hyperbrowser/sdk dotenvPython SDK
bash
pip install hyperbrowser python-dotenvMCP Server (for LLM tool calling)
Install the Hyperbrowser MCP server via npx (no separate install required):
bash
npx @hyperbrowser/mcpOr install globally:
bash
npm install -g @hyperbrowser/mcpPlaywright / Puppeteer (no additional SDK needed)
If you already use Playwright or Puppeteer, no extra package install is required. Replace your local browser launch with the Hyperbrowser WebSocket endpoint returned from client.sessions.create(). See the Usage page for details.