Hyperbrowser's Model Context Protocol (MCP) Server provides tools to scrape, extract structured data, and crawl webpages, along with access to general-purpose browser agents like OpenAI's CUA and Anthropic's Claude Computer Use.
web scrapingdata extractionweb crawlingbrowser automationLLM agentsautomation
Installation & Configuration
{
"mcpServers": {
"hyperbrowser": {
"command": "npx",
"args": [
"-y",
"hyperbrowser-mcp"
],
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/2/25
Updated
2026/6/8