Back to Home
verdexhq icon

verdex-mcp

Verified Safe

by verdexhq

Overview

AI-first browser automation for Playwright test authoring, enabling AI coding assistants to generate robust, container-scoped, and content-filtered Playwright selectors for end-to-end tests.

Installation

Run Command
npx @verdex/mcp@latest

Environment Variables

  • BRIDGE_MAX_DEPTH
  • BRIDGE_MAX_SIBLINGS
  • BRIDGE_MAX_DESCENDANTS
  • NODE_ENV
  • DEBUG
  • PWDEBUG
  • CI

Security Notes

The server uses Puppeteer to control a browser, which inherently involves risks when interacting with untrusted websites. It injects its own bundled JavaScript into an isolated world using `Runtime.evaluate`, a standard practice in browser automation but one that requires trust in the injected code. User-provided authentication files (JSON) are loaded, which could be a risk if untrusted files are supplied, though the `RolesConfigParser` warns if these files are not found. The project demonstrates good security awareness with a dedicated `SECURITY.md` that outlines best practices for protecting sensitive data (auth files) and managing network access, and uses isolated browser contexts for different roles to enhance security.

Similar Servers

Stats

Interest Score29
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars7
Forks0
Last Update2026-01-04

Tags

browser automationPlaywrightMCPAI assistanceE2E testingDOM analysismulti-role