Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@browserbasehq/mcp-browserbase
Advanced tools
Run npm install
to install the necessary dependencies, then run npm run build
to get dist/index.js
.
Set up your Claude Desktop configuration to use the server.
{
"mcpServers": {
"browserbase": {
"command": "node",
"args": ["path/to/mcp-server-browserbase/browserbase/dist/index.js"],
"env": {
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>"
}
}
}
}
Restart your Claude Desktop app and you should see the tools available clicking the 🔨 icon.
Start using the tools! Below is an image of Claude closing a browser session.
browserbase_create_session
browserbase_navigate
url
(string)browserbase_screenshot
name
(string, required): Name for the screenshotselector
(string, optional): CSS selector for element to screenshotwidth
(number, optional, default: 800): Screenshot widthheight
(number, optional, default: 600): Screenshot heightbrowserbase_click
selector
(string): CSS selector for element to clickbrowserbase_fill
selector
(string): CSS selector for input fieldvalue
(string): Value to fillbrowserbase_evaluate
script
(string): JavaScript code to executebrowserbase_get_content
selector
(string, optional): CSS selector to get content from specific elementsbrowserbase_parallel_sessions
sessions
(array): Array of objects containing:
url
(string): URL to navigate toid
(string): Session identifierThe server provides access to two types of resources:
Console Logs (console://logs
)
Screenshots (screenshot://<name>
)
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
FAQs
MCP server for browser automation using browserbase
The npm package @browserbasehq/mcp-browserbase receives a total of 14 weekly downloads. As such, @browserbasehq/mcp-browserbase popularity was classified as not popular.
We found that @browserbasehq/mcp-browserbase demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.