Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Hyperbrowser's Model Context Protocol (MCP) server provides various tools to scrape, extract structured data, and crawl webpages.
Add this to your MCP client configuration:
{
"mcpServers": {
"hyperbrowser": {
"command": "npx",
"args": [
"-y",
"hyperbrowser-mcp"
],
"env": {
"HYPERBROWSER_API_KEY": "<Your Hyperbrowser API key>"
}
}
}
}{
"id": "hyperbrowser",
"name": "Hyperbrowser",
"description": "Hyperbrowser's Model Context Protocol (MCP) server provides various tools to scrape, extract structured data, and crawl webpages.",
"source_url": "https://github.com/hyperbrowserai/mcp",
"publisher_name": "S2 Labs, Inc.",
"publisher_url": "https://www.hyperbrowser.ai/",
"is_official": true,
"license": "MIT",
"runtime": "node",
"downloads": 47770,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "hyperbrowser-mcp"
},
"tools_count": 10
}