diff --git a/README.md b/README.md index 9b1b9ad..0a68e8a 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,26 @@ docker build . - [x] SSE transport - [x] browser_use - Initiates browser tasks with URL and action - [x] browser_get_result - Retrieves results of async browser tasks +- [x] VNC server - stream the dockerized browser to your client + +### VNC + +the dockerfile has a vnc server with a default password of browser-use. connect +to it: + +``` +docker build -t browser-use-mcp-server . +docker run --rm -p8000:8000 -p5900:5900 browser-use-mcp-server +git clone https://github.com/novnc/noVNC +cd noVNC +./utils/novnc_proxy --vnc localhost:5900 +``` + +
+
+
+
+