
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
browsercloudy-test
Advanced tools
npm install to install the necessary dependencies, then run npm run build to get dist/index.js.npm run inspector to start the server.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": {
"cloudbrowser": {
"command": "node",
"args": ["path/to/mcp-server-cloudbrowser/cloudbrowser/dist/index.js"],
"env": {
"API_KEY": "<YOUR_BROWSERBASE_API_KEY>"
},
"transportType": "stdio"
}
}
}
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.
{
"mcpServers": {
"cloudbrowser": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@browsercloud/mcp-server-cloudbrowser"
],
"env": {
"API_KEY": "<YOUR_BROWSERBASE_API_KEY>"
},
"transportType": "stdio"
}
}
}
cloudbrowser_navigate
url (string)cloudbrowser_evaluate
script (string): JavaScript code to executecloudbrowser_get_current_url
cloudbrowser_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 heightcloudbrowser_click
selector (string): CSS selector for element to clickcloudbrowser_fill
selector (string): CSS selector for input fieldvalue (string): Value to fillcloudbrowser_get_text
selector (string, optional): CSS selector to get content from specific elementsThe server provides access to two types of resources:
screenshot://<name>)
FAQs
MCP server for browser automation using cloudbrowser
We found that browsercloudy-test demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.