Skip to content

Commit 59fd73c

Browse files
committed
Put the uv install commands back
Verified on a machine without it: uv and uvx are not there, so the install command in this file was not runnable as written. The README linked uv and said you need it, which sends the reader out of the page to work out what to click. Two lines, next to the command that needs them. The rest of the file was checked the same way today, against a fresh clone and a clean virtualenv, and it holds: the three setup commands work, the first run creates data_folder and names all three files, the menu offers exactly the three documents listed here, and the MCP server started with the command above exposes exactly the thirteen tools named below.
1 parent 130531c commit 59fd73c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@ The two tailored options ask for a job posting URL and open it in Chrome. The fi
5757

5858
It installs as a package, `invisible-playwright-mcp` on PyPI. None of it is in this repository, so there is nothing to clone here.
5959

60-
You need [uv](https://docs.astral.sh/uv/) for the `uvx` command, **Python 3.11 or newer**, and **Windows or Linux**. If you use [Claude Code](https://claude.com/claude-code), Claude Desktop, Cursor or anything similar, you already have the client half.
60+
You need **Python 3.11 or newer**, **Windows or Linux**, and [uv](https://docs.astral.sh/uv/), which provides the `uvx` command:
61+
62+
```bash
63+
curl -LsSf https://astral.sh/uv/install.sh | sh # macOS, Linux
64+
powershell -c "irm https://astral.sh/uv/install.ps1 | iex" # Windows
65+
```
66+
67+
If you use [Claude Code](https://claude.com/claude-code), Claude Desktop, Cursor or anything similar, you already have the client half.
6168

6269
```bash
6370
claude mcp add stealth --env STEALTHFOX_PROXY=http://user:pass@host:port -- uvx invisible-playwright-mcp

0 commit comments

Comments
 (0)