Back to Home
oguzc icon

playwright-wizard-mcp

Verified Safe

by oguzc

Overview

An intelligent Model Context Protocol (MCP) server that guides developers through creating professional Playwright test suites with built-in best practices.

Installation

Run Command
npx -y playwright-wizard-mcp

Security Notes

The server primarily loads and serves pre-defined markdown prompt files using `fs/promises.readFile` from specific, local `.github/prompts/` paths. This approach inherently limits exposure to arbitrary file access or command injection. No direct use of `eval` or arbitrary `child_process` execution is observed. The `readPromptFile` function's fallback to `process.cwd()` for prompt files, while generally safe due to fixed prompt names, could theoretically be a minor concern in highly specific, hostile environments where process.cwd() is manipulated and arbitrary tool names could be requested, but this is unlikely for its intended use within an MCP client.

Similar Servers

Stats

Interest Score25
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks1
Last Update2025-11-19

Tags

MCPPlaywrightE2E TestingTest AutomationAI AssistantCode Generation