Back to Home
cvenkatreddy icon

playwright-mcp

Verified Safe

by cvenkatreddy

Overview

Provides a guide and example client project for generating and running Playwright UI and API tests using an MCP Playwright server with LLM agents.

Installation

Run Command
npx @playwright/mcp@latest

Security Notes

The provided source code for the client project, including test files and utility scripts, does not contain direct security vulnerabilities like 'eval' or hardcoded secrets. It relies on `npx @playwright/mcp@latest` to start the server, an external dependency from a trusted source (Microsoft). The primary security consideration arises from the nature of LLM-generated code, as the README states that generated test suites can vary. Running unreviewed, dynamically generated tests could pose risks if the LLM produces malicious code, although the provided example run commands explicitly target specific, benign test files included in the repository.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassMedium
Avg Tokens3000
Stars2
Forks0
Last Update2026-01-09

Tags

PlaywrightTestingUI TestingAPI TestingLLM Integration