invisible-playwright-mcp
A stealth Firefox browser, exposed as an MCP server, so any AI agent can browse and act on real websites without being blocked by anti-bot systems.
It wraps invisible-playwright (a real Firefox patched at the C++ source for stealth) and hands your MCP client the usual browser tools: navigate, click, type, read, screenshot. The browser is always launched by the stealth engine, so the fingerprint is set inside the engine, not bolted on.
Install (Claude Code)
One line:
claude mcp add stealth --env STEALTHFOX_PROXY=http://user:pass@host:port -- uvx invisible-playwright-mcp
Or add it to any MCP client via a config block (Claude Code, Cursor, Claude Desktop):
{
"mcpServers": {
"stealth": {
"command": "uvx",
"args": ["invisible-playwright-mcp"],
"env": { "STEALTHFOX_PROXY": "http://user:pass@host:port" }
}
}
}
uvx downloads and runs it in one step; no manual install. The stealth Firefox engine is fetched automatically on first use.
Configuration (environment variables)
| Variable | Meaning |
|---|---|
STEALTHFOX_PROXY |
Your proxy URL (http://…, https://… or socks5://…). Bring your own. With it set, the session's timezone, locale and egress are derived from the proxy automatically. |
STEALTHFOX_SEED |
Integer seed for a deterministic fingerprint (same seed, same identity). |
STEALTHFOX_PROFILE_DIR |
A directory for a persistent profile, so logins survive across runs. |
STEALTHFOX_BINARY |
Path to a specific engine binary (otherwise fetched automatically). |
STEALTHFOX_HEADLESS |
0 to run headed; headless by default. |
Tools
session_new_page, session_list_pages, session_select_page, session_close_page, browser_navigate, browser_read_text, browser_snapshot, browser_read_html, browser_click, browser_click_at, browser_type, browser_press_key, browser_evaluate, browser_take_screenshot.
browser_click_at takes viewport coordinates instead of a selector, moves the
pointer there rather than teleporting, optionally holds before releasing, and
returns a screenshot of what happened - for a slider, a canvas-drawn challenge,
or a press-and-hold.
browser_snapshot returns the title, the url and the visible interactive
elements rather than the accessibility tree: one country <select> on a real
sign-up page contributes about two hundred <option> nodes, which fill the
character budget before the form does.
browser_read_html returns the page's markup instead of a flat list, for when
the structure is what matters: a form and its labels, a table, what a control is
wired to. The browser decides what is actually painted, on a clone of the
document so the live page is never written to, and the markup is then reduced to
what is worth reading. Measured on real pages, 8.9 MB of markup became 223 KB
with every one of the 1,204 interactive elements still present. mode
is form (the interactive surface and the text explaining it), text (the prose
alone) or full (the structure, with the noise and the attribute soup gone).
Tool names mirror the Microsoft Playwright MCP, so prompts written for it work here too.
Notes
- Bring your own proxy. The engine does the stealth; a residential proxy gives you the matching IP and geography. Without one it still runs, but the exit is your own address.
- This is a browser, not a captcha solver. It does not solve or bypass challenges for you; it makes an ordinary Firefox session look like a real one.
License
See the engine project, invisible-playwright.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file invisible_playwright_mcp-0.5.0.tar.gz.
File metadata
- Download URL: invisible_playwright_mcp-0.5.0.tar.gz
- Upload date:
- Size: 56.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cf72e88bf7151435685329a27da76b36bef022d6b8c4ee5b7c146657477e465
|
|
| MD5 |
2dab085215dc1c248f80cc1c5b22b6b7
|
|
| BLAKE2b-256 |
f1cbb3af7d88071a76c9f85b4e3060e5790fa56d762b007f1b67e64fecb8c7de
|
Provenance
The following attestation bundles were made for invisible_playwright_mcp-0.5.0.tar.gz:
Publisher:
publish.yml on feder-cr/invisible-playwright-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
invisible_playwright_mcp-0.5.0.tar.gz -
Subject digest:
7cf72e88bf7151435685329a27da76b36bef022d6b8c4ee5b7c146657477e465 - Sigstore transparency entry: 2685272275
- Sigstore integration time:
-
Permalink:
feder-cr/invisible-playwright-mcp@87ca41456739d30146735eb78bf7123e85435f1a -
Branch / Tag:
refs/tags/v0.5.0 - Owner: https://github.com/feder-cr
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@87ca41456739d30146735eb78bf7123e85435f1a -
Trigger Event:
push
-
Statement type:
File details
Details for the file invisible_playwright_mcp-0.5.0-py3-none-any.whl.
File metadata
- Download URL: invisible_playwright_mcp-0.5.0-py3-none-any.whl
- Upload date:
- Size: 35.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59974fd182fe28b1c147384ee8cba8e95b91def733b6eb41678ced057a26735a
|
|
| MD5 |
746094949a86cf9af7abdf9b82be4b7e
|
|
| BLAKE2b-256 |
6f01a68720b9ead35ef9b0f0923b3e69f1729296b5469d0dbae207445165aaa2
|
Provenance
The following attestation bundles were made for invisible_playwright_mcp-0.5.0-py3-none-any.whl:
Publisher:
publish.yml on feder-cr/invisible-playwright-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
invisible_playwright_mcp-0.5.0-py3-none-any.whl -
Subject digest:
59974fd182fe28b1c147384ee8cba8e95b91def733b6eb41678ced057a26735a - Sigstore transparency entry: 2685272293
- Sigstore integration time:
-
Permalink:
feder-cr/invisible-playwright-mcp@87ca41456739d30146735eb78bf7123e85435f1a -
Branch / Tag:
refs/tags/v0.5.0 - Owner: https://github.com/feder-cr
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@87ca41456739d30146735eb78bf7123e85435f1a -
Trigger Event:
push
-
Statement type: