File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,26 @@ docker build .
46
46
- [x] SSE transport
47
47
- [x] browser_use - Initiates browser tasks with URL and action
48
48
- [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 >
49
69
50
70
### supported clients
51
71
You can’t perform that action at this time.
0 commit comments