Skip to content

Commit 2fd0160

Browse files
authored
Merge pull request #26 from co-browser/main
Update dev branch based on hotfixes
2 parents 5d06727 + 3258af5 commit 2fd0160

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: README.md

+20
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,26 @@ docker build .
4646
- [x] SSE transport
4747
- [x] browser_use - Initiates browser tasks with URL and action
4848
- [x] browser_get_result - Retrieves results of async browser tasks
49+
- [x] VNC server - stream the dockerized browser to your client
50+
51+
### VNC
52+
53+
the dockerfile has a vnc server with a default password of browser-use. connect
54+
to it:
55+
56+
```
57+
docker build -t browser-use-mcp-server .
58+
docker run --rm -p8000:8000 -p5900:5900 browser-use-mcp-server
59+
git clone https://github.com/novnc/noVNC
60+
cd noVNC
61+
./utils/novnc_proxy --vnc localhost:5900
62+
```
63+
64+
<p align="center">
65+
<img width="428" alt="Screenshot 2025-03-24 at 12 03 15 PM" src="https://github.com/user-attachments/assets/45bc5bee-418d-4182-94f5-db84b4fc0b3a" />
66+
<br>
67+
<img width="428" alt="Screenshot 2025-03-24 at 12 11 42 PM" src="https://github.com/user-attachments/assets/7db53f41-fc00-4e48-8892-f7108096f9c4" />
68+
</p>
4969

5070
### supported clients
5171

0 commit comments

Comments
 (0)