Skip to content

Install

Prerequisites

Node.js SDK

bash
npm install @hyperbrowser/sdk dotenv

Python SDK

bash
pip install hyperbrowser python-dotenv

MCP Server (for LLM tool calling)

Install the Hyperbrowser MCP server via npx (no separate install required):

bash
npx @hyperbrowser/mcp

Or install globally:

bash
npm install -g @hyperbrowser/mcp

Playwright / 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.