MCP server that bridges Model Context Protocol with browser automation, offering 37 tools across three modes (Playwright, CDP, Chrome Extension) and an autonomous agent for web tasks.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.BROWSER_HEADLESS— true Define se o Chromium Playwright abre sem UI (src/browser_mcp/browser_manager.py:34).BROWSER_VIEWPORT_WIDTH— / BROWSER_VIEWPORT_HEIGHT 1280 / 720 Viewport inicial (src/browser_mcp/browser_manager.py:35).BROWSER_VIEWPORT_HEIGHT— BROWSER_VIEWPORT_WIDTH / 1280 / 720 Viewport inicial (src/browser_mcp/browser_manager.py:35).BROWSER_TIMEOUT— 30000 Timeout padrão em ms (src/browser_mcp/browser_manager.py:37).EXTENSION_WS_URL— ws://localhost:8765 URL do bridge WebSocket (src/browser_mcp/browser_manager.py:38).ENABLE_VISUAL_INDICATOR— true Injeta overlay após navegação Playwright (src/browser_mcp/browser_manager.py:39, src/browser_mcp/browser_manager.py:583).STEALTH_MODE— true Ativa ajustes anti-detecção (src/browser_mcp/browser_manager.py:40).LLM_PROVIDER— deepseek Provedor do agente (src/browser_mcp/llm_client.py:18).LLM_API_KEY— vazio Chave enviada ao provedor LLM (src/browser_mcp/llm_client.py:19).LLM_MODEL— por provedor Modelo usado no chat (src/browser_mcp/llm_client.py:20, src/browser_mcp/llm_client.py:25).LLM_BASE_URL— por provedor Endpoint OpenAI-compatible customizado (src/browser_mcp/llm_client.py:21, src/browser_mcp/llm_client.py:34).[](https://m8ven.ai/mcp/flpccabral-mcp-browser-10hoyu)