home / mcp / hyperbrowser mcp server
Hyperbrowser - 由 MCP工厂自动创建
Configuration
View docs{
"mcpServers": {
"bach-ai-tools-hyperbrowser": {
"command": "npx",
"args": [
"-y",
"bach-hyperbrowser-mcp"
],
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
}
}
}
}You can run Hyperbrowser MCP Server to access structured data extraction and web crawling capabilities from a simple MCP client. It exposes a set of tools and ready-to-use browser agents, letting you scrape pages, extract structured data, and perform automated browser tasks with a scalable, scriptable interface.
To use the Hyperbrowser MCP Server, start it in your environment and connect your MCP client. You’ll provide an API key if required by your deployment, and then issue requests through your client to access tools like page scraping, data extraction, and web crawling.
Prerequisites: ensure you have Node.js and npm installed on your machine. You will run commands from your terminal to start the MCP server.
Install and start the MCP server using the following runtime command which runs the MCP server and forwards your API key.
npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>You can configure how the MCP server is connected in your client by providing the required API key and selecting the hyperbrowser MCP server as the endpoint you want to use for scraping, data extraction, and browser automation tasks.
In client configurations, you typically supply an environment variable for the API key and point the client to the Hyperbrowser MCP server command you’re using, such as the standard npx invocation shown in examples.
If you are developing or contributing, you can run the server directly from source code.
git clone [email protected]:hyperbrowserai/mcp.git hyperbrowser-mcp
cd hyperbrowser-mcp
npm install
npm run build
node dist/server.jsExtract formatted content from a single webpage, including markdown and screenshots.
Navigate through linked pages and extract content in an LLM-friendly format.
Convert messy HTML into clean, structured JSON data.
Query the web using Bing and return results for further processing.
Fast browser automation using the Browser Use agent for lightweight tasks.
General-purpose automation using OpenAI’s CUA model for browser-like tasks.
Complex browser tasks powered by Claude computer use.
Create a persistent Hyperbrowser profile for sessions and state.
Remove an existing Hyperbrowser profile.
List all existing Hyperbrowser profiles.