Back to Home
hyperbrowserai icon

mcp

Verified Safe

by hyperbrowserai

Overview

This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.

Installation

Run Command
HYPERBROWSER_API_KEY="<YOUR_API_KEY>" npx hyperbrowser-mcp

Environment Variables

  • HYPERBROWSER_API_KEY
  • HB_API_KEY
  • OPENAI_API_KEY

Security Notes

The server correctly retrieves API keys from environment variables (HYPERBROWSER_API_KEY or HB_API_KEY), preventing hardcoded secrets. External network calls (to Hyperbrowser backend, Bing, OpenAI) are a core part of its functionality and appear well-defined and controlled, not arbitrary. JSON schema compilation via AJV is used for validation and does not pose a direct code execution risk. Relying on external cloud services for browser automation introduces external dependency risks inherent to the architecture, but the server's code itself follows good security practices.

Similar Servers

Stats

Interest Score94
Security Score9
Cost ClassMedium
Avg Tokens15000
Stars641
Forks56
Last Update2025-11-20

Tags

web scrapingbrowser automationAI agentsstructured dataweb crawling