LogoSTMCP
Download
Hyperbrowser MCP Server

Hyperbrowser MCP Server

Hyperbrowser MCP is a server for scraping, extracting, and automating browser tasks via APIs.

Tools

1. scrape_webpage

Extract formatted (markdown, screenshot etc) content from any webpage.

2. crawl_webpages

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

3. extract_structured_data

Convert messy HTML into structured JSON.

4. search_with_bing

Query the web and get results with Bing search.

5. browser_use_agent

Fast, lightweight browser automation with the Browser Use agent.

6. openai_computer_use_agent

General-purpose automation using OpenAI's CUA model.

7. claude_computer_use_agent

Complex browser tasks using Claude computer use.

8. create_profile

Creates a new persistent Hyperbrowser profile.

9. delete_profile

Deletes an existing persistent Hyperbrowser profile.

10. list_profiles

Lists existing persistent Hyperbrowser profiles.

JSON Config

{
  "mcpServers": {
    "hyperbrowser": {
      "command": "npx",
      "args": ["--yes", "hyperbrowser-mcp"],
      "env": {
        "HYPERBROWSER_API_KEY": "your-api-key"
      }
    }
  }
}

Information