Hyperbrowser
About
Enables web browsing capabilities through tools for content extraction, link following, and browser automation with customizable parameters for scraping, data collection, and web crawling tasks.
Details
- Author
- hyperbrowserai
- Repository
- hyperbrowserai/mcp
- GitHub stars
- 212
- Downloads
- 8,286
- License
- MIT License
- Categories
- Web Scraping, Automation, AI, Developer Tools, Productivity, Design, Project Management, Frontend, API
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
HyperbrowserCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
hyperbrowser-mcp
Environment-
HYPERBROWSER_API_KEY
YOUR-API-KEY
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
To install the server, run:
npx hyperbrowser-mcp <YOUR-HYPERBROWSER-API-KEY>
Add to ~/.cursor/mcp.json like this:
{
"mcpServers": {
"hyperbrowser": {
"command": "npx",
"args": ["-y", "hyperbrowser-mcp"],
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
}
}
}
}
Add to your ./codeium/windsurf/model_config.json like this:
{
"mcpServers": {
"hyperbrowser": {
"command": "npx",
"args": ["-y", "hyperbrowser-mcp"],
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
}
}
}
}
To install Hyperbrowser MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @hyperbrowserai/mcp --client claude
scrape_webpage
Extract formatted (markdown, screenshot etc) content from any webpage.
crawl_webpages
Navigate through multiple linked pages and extract LLM-friendly formatted content.
extract_structured_data
Convert messy HTML into structured JSON.
search_with_bing
Query the web and get results with Bing search.
browser_use_agent
Fast, lightweight browser automation with the Browser Use agent.
openai_computer_use_agent
General-purpose automation using OpenAI’s CUA model.
claude_computer_use_agent
Complex browser tasks using Claude computer use.
create_profile
Creates a new persistent Hyperbrowser profile.
delete_profile
Deletes an existing persistent Hyperbrowser profile.
list_profiles
Lists existing persistent Hyperbrowser profiles.
scrape_webpage - Extract formatted (markdown, screenshot etc) content from any webpage
crawl_webpages - Navigate through multiple linked pages and extract LLM-friendly formatted content
extract_structured_data - Convert messy HTML into structured JSON
search_with_bing - Query the web and get results with Bing search
browser_use_agent - Fast, lightweight browser automation with the Browser Use agent
openai_computer_use_agent - General-purpose automation using OpenAI’s CUA model
claude_computer_use_agent - Complex browser tasks using Claude computer use
create_profile - Creates a new persistent Hyperbrowser profile.
delete_profile - Deletes an existing persistent Hyperbrowser profile.
list_profiles - Lists existing persistent Hyperbrowser profiles.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"hyperbrowser": {
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
},
"args": [
"-y",
"hyperbrowser-mcp"
],
"command": "npx"
}
}
}
Linux
{
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
},
"args": [
"-y",
"hyperbrowser-mcp"
],
"command": "npx"
}
Macos
{
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
},
"args": [
"-y",
"hyperbrowser-mcp"
],
"command": "npx"
}
Windows
{
"env": {
"HYPERBROWSER_API_KEY": "YOUR-API-KEY"
},
"args": [
"/c",
"npx",
"-y",
"hyperbrowser-mcp"
],
"command": "cmd"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


