Servers
302_browser_use_mcp
@302ai
Automatically create a remote browser to complete your specified tasks, developed based on Browser Use + Sandbox.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"302ai-browser-use-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/browser-use-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}