Hyperbrowser
Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation.
Ads
Overview
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. The hyperbrowser API supports a superset of features present in the mcp server. More information about the Model Context Protocol can be found here. - Installation - Usage - Tools - Configuration - License
Installation
npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>
Configuration
{
"mcpServers": {
"hyperbrowser": {
"command": "npx",
"args": ["-y", "hyperbrowser-mcp"],
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
}
}Capabilities
- Scrape any webpage as clean Markdown or a screenshot
use `scrape_webpage` to extract LLM-friendly content from a URL.
- Crawl multiple linked pages for bulk extraction
`crawl_webpages` follows links and returns formatted content from an entire site section.
- Turn messy HTML into structured JSON
`extract_structured_data` converts raw page content into a defined schema.
- Search the web programmatically
`search_with_bing` runs a Bing query and returns the result set.
- Delegate complex browser tasks to an AI agent
choose `browser_use_agent`, `openai_computer_use_agent`, or `claude_computer_use_agent` for multi-step automation.
- Manage persistent browser profiles
`create_profile`, `list_profiles`, and `delete_profile` handle saved browsing sessions.
Tags
- browser-automation
- web-scraping
- ai-agent
Related MCP servers
Skyvern
OfficialAI-powered browser automation MCP server — navigate sites, fill forms, extract data, and handle logins via Claude Code CLI
Firecrawl
OfficialExtract web data with Firecrawl
Apify
OfficialOfficial Apify MCP server for AI agents to run Actors, extract website data, and automate web scraping and crawling workflows.
Bright Data
OfficialDiscover, extract, and interact with the web - one interface powering automated access across the public internet.