Item | Description |
---|---|
Version | V1.0.1 |
Description | Next Generation Browser Automation Platform for AI Developers |
Category | Browser, Developer Tools |
Tags | Automation, Data Scraping, Web Interaction |
Compatible Platforms | Cline, Cursor |
node -v
command in the command line to check if the installation was successful. If the check fails, try restarting your computer and checking again.cd
command to switch to the source code directory, then execute cd cloudbrowser
.npm i
command to install dependencies. If this command cannot be executed, first use the cd
command to switch to the installation directory, then execute npm i
.npm run build
command to package the service files.{
"mcpServers": {
"cloudbrowser": {
"command": "node",
"args": [
"path_to_your_downloaded_files/mcp-server-cloudbrowser-main/cloudbrowser/dist/index.js"
],
"env": {
"API_KEY": "your_cloud_environment_API_Key"
},
"transportType": "stdio"
}
}
}