Skip to main content
Glama
feder-cr

invisible-playwright-mcp

by feder-cr

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-mcp

O 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

STEALTHFOX_PROXY

Tu URL de proxy (http://…, https://… o socks5://…). Trae el tuyo. Con él configurado, la zona horaria, la configuración regional y la salida de la sesión se derivan automáticamente del proxy.

STEALTHFOX_SEED

Semilla entera para una huella digital determinista (misma semilla, misma identidad).

STEALTHFOX_PROFILE_DIR

Un directorio para un perfil persistente, para que los inicios de sesión sobrevivan entre ejecuciones.

STEALTHFOX_BINARY

Ruta a un binario de motor específico (de lo contrario, se obtiene automáticamente).

STEALTHFOX_HEADLESS

0 para ejecutar con ventana; sin ventana por defecto.

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.

Install Server
A
license - permissive license
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    C
    maintenance
    Browser MCP server that connects to your existing browser, preserving sessions, passwords, and extensions, enabling AI agents to interact with web pages without bot detection.
    31
    7
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A 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.
    27
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A stealth-enhanced browser automation MCP server for AI agents to interact with websites while bypassing anti-bot detection mechanisms like Cloudflare and reCAPTCHA.
    8
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    This 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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