MCP Server
Hyperbrowser MCP Server
by Hyperbrowser AI
Scrape, crawl, and use cloud browser agents.
About Hyperbrowser
Hyperbrowser is an MCP server providing tools for scraping webpages, extracting structured data, and crawling websites. Facilitates access to browser agents like OpenAI's CUA, Anthropic's Claude Computer Use, and Browser Use, with Bing-powered web search.
Tags
browser-automationscrapingcrawlingcomputer-use
How to install Hyperbrowser
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"hyperbrowser": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-hyperbrowser"]
}
}
}Example shape only — see the repository for the canonical install command.