67
/ 100
20 days ago
glama

MCP Browser Bridge

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.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: LLM_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configBROWSER_HEADLESStrue Define se o Chromium Playwright abre sem UI (src/browser_mcp/browser_manager.py:34).
configBROWSER_VIEWPORT_WIDTH/ BROWSER_VIEWPORT_HEIGHT 1280 / 720 Viewport inicial (src/browser_mcp/browser_manager.py:35).
configBROWSER_VIEWPORT_HEIGHTBROWSER_VIEWPORT_WIDTH / 1280 / 720 Viewport inicial (src/browser_mcp/browser_manager.py:35).
configBROWSER_TIMEOUT30000 Timeout padrão em ms (src/browser_mcp/browser_manager.py:37).
configEXTENSION_WS_URLws://localhost:8765 URL do bridge WebSocket (src/browser_mcp/browser_manager.py:38).
configENABLE_VISUAL_INDICATORtrue Injeta overlay após navegação Playwright (src/browser_mcp/browser_manager.py:39, src/browser_mcp/browser_manager.py:583).
configSTEALTH_MODEtrue Ativa ajustes anti-detecção (src/browser_mcp/browser_manager.py:40).
configLLM_PROVIDERdeepseek Provedor do agente (src/browser_mcp/llm_client.py:18).
🔐 secretLLM_API_KEYvazio Chave enviada ao provedor LLM (src/browser_mcp/llm_client.py:19).
configLLM_MODELpor provedor Modelo usado no chat (src/browser_mcp/llm_client.py:20, src/browser_mcp/llm_client.py:25).
configLLM_BASE_URLpor provedor Endpoint OpenAI-compatible customizado (src/browser_mcp/llm_client.py:21, src/browser_mcp/llm_client.py:34).
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/flpccabral-mcp-browser-10hoyu)](https://m8ven.ai/mcp/flpccabral-mcp-browser-10hoyu)
commit: 1a1bf13c98a2c06d74e0b92b570073fb943c5ca6
code hash: f2e2e3c295b1aa83ae40acca8b7671110dc0e7c0e21091f683ec288a958b56e1
verified: 7/11/2026, 8:26:04 AM
view raw JSON →