Hyperbrowser

v1.0.0Browser Automationstable

Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation. Built specifically for AI developers, it eliminates the headaches of local infrastru

hyperbrowsermcpai-integration
Share:
763
Stars
0
Downloads
0
Weekly
0/5

What is Hyperbrowser?

Hyperbrowser is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to welcome to hyperbrowser, the internet for ai. hyperbrowser is the next-generation platform empowering ai agents and enabling effortless, scalable browser automation. built specifically for ai develope...

Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation. Built specifically for AI developers, it eliminates the headaches of local infrastru

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • scrape_webpage
  • crawl_webpages
  • extract_structured_data
  • browser_use_agent
  • openai_computer_use_agent

Use Cases

Scalable AI browser automation platform
Edge-hosted solution for agents
hyperbrowserai

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y hyperbrowser-mcp

Manual Installation

npx -y hyperbrowser-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Hyperbrowser

Hyperbrowser is a cloud-hosted browser automation platform purpose-built for AI agents, exposing ten MCP tools that cover webpage scraping, multi-page crawling, structured data extraction, Bing web search, and three autonomous browser agents (Browser Use, OpenAI Computer Use, Claude Computer Use). It eliminates the need to manage local browser infrastructure — sessions run on Hyperbrowser's edge network — and provides a persistent browser profile system so agents can maintain cookies and login state across runs. Developers use it when they need scalable, reliable browser automation for AI agents without the overhead of running Playwright or Selenium locally.

Prerequisites

  • A Hyperbrowser API key — sign up at app.hyperbrowser.ai to obtain HYPERBROWSER_API_KEY
  • Node.js 18+ and npx available on your system
  • An MCP client such as Claude Desktop, Cursor, or Windsurf
1

Obtain your Hyperbrowser API key

Sign up at app.hyperbrowser.ai and copy your API key from the dashboard. You will need this for both the npx command and the MCP client config.

2

Test the server with your API key

Run the Hyperbrowser MCP server directly passing your API key as a positional argument to confirm it connects successfully.

npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>
3

Add Hyperbrowser to your MCP client configuration

Edit your MCP client config file to register the Hyperbrowser server, passing your API key in the env block.

{
  "mcpServers": {
    "hyperbrowser": {
      "command": "npx",
      "args": ["-y", "hyperbrowser-mcp"],
      "env": {
        "HYPERBROWSER_API_KEY": "your_api_key_here"
      }
    }
  }
}
4

Restart your MCP client

Restart Claude Desktop or your IDE to load the Hyperbrowser server. You should see ten Hyperbrowser tools appear in the available tools list.

5

Create a browser profile for persistent sessions

Use the create_profile tool to create a named profile that maintains cookies and login state between agent runs. Reference the profile ID in subsequent tool calls.

Hyperbrowser Examples

Client configuration

Complete MCP client configuration for Hyperbrowser with API key authentication.

{
  "mcpServers": {
    "hyperbrowser": {
      "command": "npx",
      "args": ["-y", "hyperbrowser-mcp"],
      "env": {
        "HYPERBROWSER_API_KEY": "hb-xxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Prompts to try

Example prompts that use Hyperbrowser's ten MCP tools.

- "Scrape the main content from https://news.ycombinator.com and summarize the top 10 stories"
- "Crawl https://docs.example.com and extract all the API endpoint descriptions"
- "Search the web for 'best open source LLMs 2025' and give me a structured comparison"
- "Extract structured product data (name, price, SKU) from this e-commerce page: https://shop.example.com/product/123"
- "Use the browser agent to log into my account at https://example.com and download my invoices"

Troubleshooting Hyperbrowser

Authentication error or 401 response from Hyperbrowser API

Verify that HYPERBROWSER_API_KEY is correctly set in the env block of your MCP config and matches the key shown in your Hyperbrowser dashboard. The key should start with 'hb-'.

Browser agent times out on complex tasks

Break complex multi-step tasks into smaller sub-tasks. The Browser Use, OpenAI CUA, and Claude Computer Use agents each have different timeout limits — try a different agent if one times out consistently.

Scraped content is incomplete or missing dynamic content

Use scrape_webpage with the 'waitForNetworkIdle' option enabled, or switch to browser_use_agent for pages that heavily rely on JavaScript rendering after the initial page load.

Frequently Asked Questions about Hyperbrowser

What is Hyperbrowser?

Hyperbrowser is a Model Context Protocol (MCP) server that welcome to hyperbrowser, the internet for ai. hyperbrowser is the next-generation platform empowering ai agents and enabling effortless, scalable browser automation. built specifically for ai developers, it eliminates the headaches of local infrastru It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Hyperbrowser?

Install via npm with the command: npx -y hyperbrowser-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Hyperbrowser?

Hyperbrowser works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Hyperbrowser free to use?

Yes, Hyperbrowser is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "hyperbrowser": { "command": "npx", "args": ["-y", "hyperbrowser-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Hyperbrowser?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides