hyperbrowserai/mcp
A MCP server implementation for hyperbrowser
Overview
hyperbrowserai/mcp is a TypeScript MCP server licensed under MIT. A MCP server implementation for hyperbrowser
Ranked #8334 out of 25632 indexed tools.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 743
Freshness 3mo ago
Issue Health 22%
Contributors 6
Dependents 0
Forks 66
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# Hyperbrowser MCP Server
This is Hyperbrowser's Model Context Protocol (MCP) Server. It provides various tools to scrape, extract structured data, and crawl webpages. It also provides easy access to general purpose browser agents like OpenAI's CUA, Anthropic's Claude Computer Use, and Browser Use.
More information about the Hyperbrowser can be found [here](https://docs.hyperbrowser.ai/). The hyperbrowser API supports a superset of features present in the mcp server.
More information about the Model Context Protocol can be found [here](https://modelcontextprotocol.io/introduction).
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Tools](#tools)
- [Configuration](#configuration)
- [License](#license)
## Installation
### Manual Installation
To install the server, run:
```bash
npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>
```
## Running on Cursor
Add to `~/.cursor/mcp.json` like this:
```json
{
"mcpServers": {
"hyperbrowser": {
"command": " Read full README on GitHub →
Are you the maintainer? Claim this listing