MCP server for Hyperbrowser
Top 58.8% on sourcepulse
This project provides a Model Context Protocol (MCP) server implementation for Hyperbrowser, enabling web scraping, structured data extraction, and crawling. It offers easy integration with general-purpose browser agents like OpenAI's CUA and Anthropic's Claude, targeting developers and researchers who need to automate web data acquisition and processing for LLM applications.
How It Works
The MCP server acts as a bridge between LLM agents and web browsing capabilities. It leverages Node.js and npx
for installation and execution, allowing clients to invoke specific tools for web interaction. These tools include webpage scraping (Markdown, screenshots), multi-page crawling, HTML-to-JSON conversion, and web search via Bing, all managed through a defined protocol.
Quick Start & Requirements
npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>
npx
, a Hyperbrowser API key.npx -y @smithery/cli install @hyperbrowserai/mcp --client claude
git clone
, npm install
(or yarn install
), npm run build
, node dist/server.js
.Highlighted Details
Maintenance & Community
The project is hosted on GitHub by hyperbrowserai. No specific community channels or roadmap details are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The README mentions that the hyperbrowser API supports a superset of features present in the MCP server, implying the server might not expose all Hyperbrowser functionalities. A Hyperbrowser API key is required for operation.
2 months ago
Inactive