The reputation layer for AI skills, tools & agents

hyperbrowserai/mcp

Score: 26.2 Rank #8334

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 116 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 7 open vs 2 closed issues — triaging stale issues improves health

Badge

AgentRank score for hyperbrowserai/mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/hyperbrowserai--mcp)](https://agentrank-ai.com/tool/hyperbrowserai--mcp)
<a href="https://agentrank-ai.com/tool/hyperbrowserai--mcp"><img src="https://agentrank-ai.com/api/badge/tool/hyperbrowserai--mcp" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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