Playwright-AI-Agent-POM-MCP-Server
Verified Safeby padmarajnidagundi
Overview
Automated web testing with Playwright, AI agent integration, and comprehensive test types leveraging Page Object Model and CI/CD.
Installation
npx playwright run-test-mcp-serverEnvironment Variables
- E2E_USER
- E2E_PASS
- CI
- OPENAI_API_KEY
Security Notes
The project uses good practices for handling secrets (environment variables) and organizes test data. The use of 'eval' is confined to test scenarios for checking browser feature support ('tests/interop-tests/compatibility.spec.ts') and not for executing arbitrary user input, which is a controlled and acceptable use case within a testing framework. No clear malicious patterns or obfuscation detected.
Similar Servers
mcp-accessibility-scanner
Automated web accessibility scanning and browser automation for LLMs, enabling WCAG compliance checks, screenshot capture, and detailed accessibility reports.
mastra-playwright-mcp-with-aws
Orchestrates an AI agent using Amazon Bedrock and AWS ECS to perform automated browser interactions via the Playwright MCP server.
playwright-mcp
This project provides a step-by-step guide and boilerplate for integrating an MCP (Multi-Modal Code Generation Platform) Playwright server to generate and execute UI and API tests using LLM agents.
playwright-wizard-mcp
An intelligent Model Context Protocol (MCP) server that guides developers through creating professional Playwright test suites with built-in best practices.