Automatically create a remote browser to complete your specified tasks, developed based on Browser Use + Sandbox.
自动创建一个远程浏览器,完成你指定的任务,基于Browser Use + Sandbox开发。
Server Config
{
"mcpServers": {
"302ai-browser-use-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/browser-use-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}