Hyperbrowser

Hyperbrowser

Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation.

639
Stars
56
Forks
0
Releases

Overview

Hyperbrowser MCP Server is Hyperbrowser's implementation of the Model Context Protocol (MCP). It provides tools to scrape webpages, extract structured data, and crawl linked content, while offering ready-made access to general purpose browser-use agents such as OpenAI's CUA, Claude Computer Use, and the Browser Use agent. The server can be integrated with the Hyperbrowser API, which supports a superset of MCP features. Core capabilities include: scraping webpage content (formatted output, including markdown and screenshots), crawling linked pages to gather LM-friendly content, and converting messy HTML into structured JSON. It also supports web search via Bing, and various browser automation agents for rapid experimentation. Profiles can be created, deleted, and listed to manage persistent Hyperbrowser sessions. The MCP server can be run locally for development (npm install, npm run build, node dist/server.js), installed via npx hyperbrowser-mcp <YOUR-API-KEY>, or deployed via Smithery for automatic installation with Claude Desktop clients. Documentation and resources are available through Hyperbrowser and MCP documentation; MIT license.

Details

Owner
hyperbrowserai
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

scrape_webpage

Extract formatted content from a webpage, including markdown and screenshots.

crawl_webpages

Navigate through linked pages and extract LLM-friendly, formatted content.

extract_structured_data

Convert messy HTML into structured JSON for downstream processing.

search_with_bing

Query the web via Bing and retrieve results for use in MCP workflows.

browser_use_agent

Fast, lightweight browser automation using the Browser Use agent.

openai_computer_use_agent

General-purpose automation using OpenAI’s CUA model.

claude_computer_use_agent

Complex browsing tasks using Claude computer use.

profile_management

Create, delete, and list persistent Hyperbrowser profiles to manage sessions.

Audience

AI developersBuild AI agents with web scraping, data extraction, and browsing automation using MCP.
Product teamsIntegrate automated data collection and structured data extraction into applications.
ResearchersPrototype MCP-enabled browsing workflows and data gathering experiments for research.

Tags

Web scrapingData extractionWeb crawlingMCP serverModel Context ProtocolBrowser automationOpenAI CUAClaude Computer UseBrowser UseProfile managementBing search