Skip to content

Commit e57e6a3

Browse files
authored
chore: VNC instructions
added instructions for VNC clients in README.md
1 parent 27cc29f commit e57e6a3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
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 to it:
54+
55+
```
56+
docker build -t browser-use-mcp-server .
57+
docker run --rm -p8000:8000 -p5900:5900 browser-use-mcp-server
58+
git clone https://github.com/novnc/noVNC
59+
cd noVNC
60+
./utils/novnc_proxy --vnc localhost:5900
61+
```
62+
63+
<p align="center">
64+
<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" />
65+
<br>
66+
<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" />
67+
</p>
68+
4969

5070
### supported clients
5171

0 commit comments

Comments
 (0)