Hyperbrowser MCP Server
@hyperbrowserai
About Hyperbrowser MCP Server
A MCP server implementation for hyperbrowser
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"hyperbrowser": {
"command": "npx",
"args": [
"-y",
"hyperbrowser-mcp"
],
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
}
}
}
}Tools
10Extract formatted (markdown, screenshot etc) content from any webpage
Navigate through multiple linked pages and extract LLM-friendly formatted content
Convert messy HTML into structured JSON
Query the web and get results with Bing search
Fast, lightweight browser automation with the Browser Use agent
General-purpose automation using OpenAI’s CUA model
Complex browser tasks using Claude computer use
Creates a new persistent Hyperbrowser profile.
Deletes an existing persistent Hyperbrowser profile.
Lists existing persistent Hyperbrowser profiles.
Overview
What is Hyperbrowser MCP Server?
Hyperbrowser MCP Server is a Model Context Protocol server that provides tools to scrape, extract structured data, and crawl webpages. It also offers access to general‑purpose browser agents such as OpenAI's CUA, Anthropic's Claude Computer Use, and Browser Use.
How to use Hyperbrowser MCP Server?
Run npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>. For clients like Claude Desktop, Cursor, or Windsurf, add the configuration shown in the README to the corresponding MCP config file, passing the API key via the HYPERBROWSER_API_KEY environment variable.
Key features of Hyperbrowser MCP Server
- Scrape webpages and extract formatted content (markdown, screenshot, etc.)
- Crawl linked pages extracting LLM‑friendly content
- Convert messy HTML into structured JSON
- Query the web using Bing search
- Run browser automation with Browser Use, OpenAI CUA, or Claude Computer Use agents
- Create, delete, and list persistent browsing profiles
Use cases of Hyperbrowser MCP Server
- Extract clean markdown or screenshots from any webpage
- Crawl a site by following links and outputting structured content
- Transform unstructured HTML into tidy JSON for data pipelines
- Automate browser tasks with agent‑based computer use (CUA, Claude, or Browser Use)
- Manage persistent browser profiles for repeated automation
FAQ from Hyperbrowser MCP Server
What do I need to run the server?
You need a Hyperbrowser API key and Node.js installed. The server is started via npx hyperbrowser-mcp <YOUR-API-KEY>.
How do I configure the server with Claude Desktop?
Add the example JSON from the README to your Claude Desktop MCP configuration file, replacing your-api-key with your actual API key.
What browser agents does the server support?
It supports OpenAI's CUA model, Anthropic's Claude Computer Use, and the Browser Use agent.
Which tools are available in the server?
The tools are: scrape_webpage, crawl_webpages, extract_structured_data, search_with_bing, browser_use_agent, openai_computer_use_agent, claude_computer_use_agent, create_profile, delete_profile, and list_profiles.
Can I install the server via Smithery?
Yes. Run npx -y @smithery/cli install @hyperbrowserai/mcp --client claude for automatic Claude Desktop setup.
Frequently asked questions
What do I need to run the server?
You need a Hyperbrowser API key and Node.js installed. The server is started via `npx hyperbrowser-mcp <YOUR-API-KEY>`.
How do I configure the server with Claude Desktop?
Add the example JSON from the README to your Claude Desktop MCP configuration file, replacing `your-api-key` with your actual API key.
What browser agents does the server support?
It supports OpenAI's CUA model, Anthropic's Claude Computer Use, and the Browser Use agent.
Which tools are available in the server?
The tools are: `scrape_webpage`, `crawl_webpages`, `extract_structured_data`, `search_with_bing`, `browser_use_agent`, `openai_computer_use_agent`, `claude_computer_use_agent`, `create_profile`, `delete_profile`, and `list_profiles`.
Can I install the server via Smithery?
Yes. Run `npx -y @smithery/cli install @hyperbrowserai/mcp --client claude` for automatic Claude Desktop setup.
Basic information
More Other MCP servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments