McpMux
Back to Registry

Hyperbrowser (npx) MCP Server

Community

Contributed by Hyperbrowser

Cloud browser automation for AI agents: scrape pages, crawl sites, extract structured data, run web search, and drive headless browsers via Browser Use, OpenAI CUA, and Claude Computer Use agents.

About the Hyperbrowser (npx) MCP Server

The Hyperbrowser (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Cloud browser automation for AI agents: scrape pages, crawl sites, extract structured data, run web search, and drive headless browsers via Browser Use, OpenAI CUA, and Claude Computer Use agents. This is a community-contributed MCP server by Hyperbrowser.

Install the Hyperbrowser (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "hyperbrowser-mcp"
  ],
  "env": {
    "HYPERBROWSER_API_KEY": "${input:HYPERBROWSER_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "HYPERBROWSER_API_KEY",
        "label": "Hyperbrowser API Key",
        "description": "API key used to authenticate with the Hyperbrowser cloud service for browser automation, scraping, crawling, and web search.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "hb_********************************",
        "obtain": {
          "url": "https://app.hyperbrowser.ai/",
          "instructions": "1. Sign in to the Hyperbrowser Dashboard\n2. Open the API Keys section\n3. Create a new API key\n4. Copy the generated key",
          "button_label": "Get API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
ToolsResources

Categories

Tags

hyperbrowserbrowser-automationweb-scrapingcrawlingweb-searchdata-extraction

Supported AI Clients

The Hyperbrowser (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Hyperbrowser (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.