invisible-playwright-mcp
invisible-playwright-mcp
一个隐身 Firefox 浏览器,以 MCP 服务器形式提供,让任何 AI 代理都能浏览真实网站并执行操作,而不会被反机器人系统拦截。
它封装了 invisible-playwright(一个在 C++ 源码层面打过补丁以实现隐身效果的真实 Firefox),并为你的 MCP 客户端提供常用的浏览器工具:导航、点击、输入、读取、截图。浏览器始终由隐身引擎启动,因此指纹是在引擎内部设置的,而不是事后附加的。
安装(Claude Code)
一行命令:
claude mcp add stealth --env STEALTHFOX_PROXY=http://user:pass@host:port -- uvx invisible-playwright-mcp或者通过配置块将其添加到任何 MCP 客户端(Claude Code、Cursor、Claude Desktop):
{
"mcpServers": {
"stealth": {
"command": "uvx",
"args": ["invisible-playwright-mcp"],
"env": { "STEALTHFOX_PROXY": "http://user:pass@host:port" }
}
}
}uvx 一条命令即可完成下载和运行,无需手动安装。隐身 Firefox 引擎会在首次使用时自动获取。
Related MCP server: Local Browser MCP
配置(环境变量)
变量 | 含义 |
| 你的代理 URL( |
| 用于生成确定性指纹的整数种子(相同的种子 = 相同的身份)。 |
| 持久化配置文件的目录,让登录状态在多次运行之间得以保留。 |
| 指定引擎二进制文件的路径(否则会自动获取)。 |
| 设置为 |
工具
session_new_page、session_list_pages、session_select_page、session_close_page、browser_navigate、browser_read_text、browser_snapshot、browser_click、browser_type、browser_press_key、browser_evaluate、browser_wait_for、browser_take_screenshot。
工具名称与 Microsoft Playwright MCP 保持一致,因此为其编写的提示词在这里同样适用。
注意事项
请自备代理。 引擎负责隐身;住宅代理为你提供匹配的 IP 和地理位置。没有代理它也能运行,但出口 IP 会是你的真实地址。
这是一个浏览器,不是验证码破解器。它不会替你解决或绕过验证挑战;它只是让一个普通的 Firefox 会话看起来像真实用户。
许可证
参见引擎项目,invisible-playwright。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceBrowser MCP server that connects to your existing browser, preserving sessions, passwords, and extensions, enabling AI agents to interact with web pages without bot detection.3171MIT
- AlicenseAqualityAmaintenanceA headless, agent-controllable real browser as an MCP server that enables AI agents to navigate, click, fill, eval JavaScript, and take screenshots on localhost and allowed hosts, with no GUI required.274MIT
- AlicenseNot gradedqualityDmaintenanceA stealth-enhanced browser automation MCP server for AI agents to interact with websites while bypassing anti-bot detection mechanisms like Cloudflare and reCAPTCHA.8MIT
- AlicenseNot gradedqualityBmaintenanceThis MCP server exposes an anti-detect Firefox browser that passes bot-detection tests, allowing LLMs to automate web interactions with humanized clicks and fingerprint randomization.MIT
Related MCP Connectors
Stealth web browser for agents: search, fetch, click and type through persistent sessions over MCP.
Live browser debugging for AI assistants — DOM, console, network via MCP.
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/feder-cr/invisible-playwright-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server