HyperAgent

MCP.Pizza Chef: hyperbrowserai

Instead of writing brittle scripts that break whenever a website changes, you write the instruction: search for flights, fill this login in, get the top five products with prices. It can run the browser on your own machine or in the cloud, hide itself from bot checks, and replay a recorded run without asking a model again. It also speaks MCP, so a run can reach other tools mid-task. Written for developers working in JavaScript, and a model key is required.

Coding
Data
Web/Research

Use This MCP client To

Search a site and pull back the results I asked for Fill in a login or a form by describing it Compare prices across a few shopping pages Replay a saved browser routine without paying for a model call Run the same task across many pages at once Look up flights or routes and report the options

README

Hyperagent Banner

Intelligent Browser Automation with LLMs

npm version license Discord X (formerly Twitter) Follow

Overview

Hyperagent is Playwright supercharged with AI. No more brittle scripts, just powerful natural language commands. Just looking for scalable headless browsers or scraping infra? Go to Hyperbrowser to get started for free!

View HyperAgent docs here: https://www.hyperbrowser.ai/docs/hyperagent/introduction

Features

  • 🤖 AI Commands: Simple APIs like page.ai(), page.extract() and executeTask() for any AI automation
  • Fallback to Regular Playwright: Use regular Playwright when AI isn't needed
  • 🥷 Stealth Mode – Avoid detection with built-in anti-bot patches
  • ☁️ Cloud Ready – Instantly scale to hundreds of sessions via Hyperbrowser
  • 🔌 MCP Client – Connect to tools like Composio for full workflows (e.g. writing web data to Google Sheets)
  • 📼 Action Caching – Record and replay workflows deterministically without LLM calls

Quick Start

Installation

# Using npm
npm install @hyperbrowser/agent

# Using yarn
yarn add @hyperbrowser/agent

HyperAgent FAQ

Do I need to write code?
Mostly yes. There is a one-line command for simple tasks, but the real power is in the JavaScript library.
Do I need a key?
Yes, a key for the model you pick, such as OpenAI. Running in the cloud also needs a free Hyperbrowser key.
Does the browser run on my computer?
By default yes. Switching to Hyperbrowser moves it to the cloud so you can run many sessions at once.
Can I use this to gather product prices from a shopping site?
Yes — the project's own example searches Amazon and reads back the prices of the first results.
What does the MCP part do?
It lets a browser run reach other connected tools, so web data can be written somewhere else in the same task.
Will websites block it?
It ships with a stealth mode and built-in anti-bot patches, though no tool can promise every site will let it through.