invisible-playwright-mcp
invisible-playwright-mcp
Un navegador Firefox sigiloso, expuesto como servidor MCP, para que cualquier agente de IA pueda navegar y actuar en sitios web reales sin ser bloqueado por sistemas anti-bot.
Envuelve invisible-playwright (un Firefox real parcheado en el código fuente de C++ para el sigilo) y ofrece a tu cliente MCP las herramientas habituales del navegador: navegar, hacer clic, escribir, leer, capturar pantalla. El navegador siempre es lanzado por el motor sigiloso, por lo que la huella digital se establece dentro del motor, no añadida externamente.
Instalación (Claude Code)
Una línea:
claude mcp add stealth --env STEALTHFOX_PROXY=http://user:pass@host:port -- uvx invisible-playwright-mcpO añádelo a cualquier cliente MCP mediante un bloque de configuración (Claude Code, Cursor, Claude Desktop):
{
"mcpServers": {
"stealth": {
"command": "uvx",
"args": ["invisible-playwright-mcp"],
"env": { "STEALTHFOX_PROXY": "http://user:pass@host:port" }
}
}
}uvx lo descarga y lo ejecuta en un solo paso; no requiere instalación manual. El motor sigiloso de Firefox se obtiene automáticamente en el primer uso.
Related MCP server: Local Browser MCP
Configuración (variables de entorno)
Variable | Significado |
| Tu URL de proxy ( |
| Semilla entera para una huella digital determinista (misma semilla, misma identidad). |
| Un directorio para un perfil persistente, para que los inicios de sesión sobrevivan entre ejecuciones. |
| Ruta a un binario de motor específico (de lo contrario, se obtiene automáticamente). |
|
|
Herramientas
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.
Los nombres de las herramientas reflejan el MCP de Microsoft Playwright, por lo que las indicaciones escritas para él también funcionan aquí.
Notas
Trae tu propio proxy. El motor hace el sigilo; un proxy residencial te da la IP y la geografía correspondientes. Sin uno, aún funciona, pero la salida es tu propia dirección.
Esto es un navegador, no un solucionador de captchas. No resuelve ni evita desafíos por ti; hace que una sesión ordinaria de Firefox parezca real.
Licencia
Consulta el proyecto del motor, 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