Skip to content

Instantly share code, notes, and snippets.

@Flangvik
Created September 22, 2025 15:46
Show Gist options
  • Save Flangvik/16c2f11f832cb159a73730cef93e86f3 to your computer and use it in GitHub Desktop.
Save Flangvik/16c2f11f832cb159a73730cef93e86f3 to your computer and use it in GitHub Desktop.
MCP Video Notes

Download and setup cursor from https://cursor.com/download , after setup you need to signup for an free account in order to use the LLM features.

Check out Browser-Use at https://github.com/browser-use/browser-use

Install commands

python3 -m venv browser-use-venv
source /browser-use-venv/bin/activate
pip3 install "browser-use[cli]"
playwright install chromium --with-deps --no-shell

If you are missing playwright, you should be able to grab it from pip

pip3 install playwright

or

apt install playwright

MCP Config for Cursor


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment