# io.github.oguzc/playwright-wizard-mcp (npm · playwright-wizard-mcp)

MCP server providing Playwright test generation wizard with intelligent prompts and best practices

- Trust score: 62/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `playwright-wizard-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/oguzc-playwright-wizard-mcp/playwright-wizard-mcp.md), [page](https://verifymcp.io/servers/oguzc-playwright-wizard-mcp/playwright-wizard-mcp)

## Channel facts

- Registry: `npm`
- Package: `playwright-wizard-mcp`
- Version: `0.1.6`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 70/100
  - Repository check failed: no source repository is declared.
  - Cryptographically verified build provenance (signed, bound to oguzc/playwright-wizard-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 295 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 37/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 634 tokens (~42/item across 15 items; 15 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add oguzc-playwright-wizard-mcp -- npx -y playwright-wizard-mcp
```

### Codex

```bash
codex mcp add oguzc-playwright-wizard-mcp -- npx -y playwright-wizard-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "oguzc-playwright-wizard-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "playwright-wizard-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add oguzc-playwright-wizard-mcp --command npx --arg -y --arg playwright-wizard-mcp
```

### Hermes

```yaml
mcp_servers:
  oguzc-playwright-wizard-mcp:
    command: "npx"
    args: ["-y", "playwright-wizard-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "oguzc-playwright-wizard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "playwright-wizard-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 62, +46)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: oguzc/playwright-wizard-mcp
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → poor
- [functional] Licence: MIT

### 2026-07-31 (score 16, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 18, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (15)

### `analyze-app` (~69 tokens)

⚠️ CALL THIS TOOL IMMEDIATELY to get full workflow instructions. Step 1: Analyze the application - detect tech stack from package.json, browse pages using Playwright MCP, evaluate DOM quality, and create test strategy files (project-config.md, pages.md, selector-strategy.md)

### `generate-test-plan` (~56 tokens)

⚠️ CALL THIS TOOL IMMEDIATELY to get full workflow instructions. Step 2: Generate test plan - create detailed test scenarios with user flows, edge cases, acceptance criteria, and test data based on the analysis

### `setup-infrastructure` (~51 tokens)

⚠️ CALL THIS TOOL IMMEDIATELY to get full workflow instructions. Step 3: Setup infrastructure - create Playwright config, fixtures for parallel execution, test helpers, and proper folder structure

### `generate-page-objects` (~57 tokens)

⚠️ CALL THIS TOOL IMMEDIATELY to get full workflow instructions. Step 4: Generate page objects - create type-safe page object models with optimal selectors (getByRole/Label preferred, test IDs when needed)

### `implement-test-suite` (~58 tokens)

⚠️ CALL THIS TOOL IMMEDIATELY to get full workflow instructions. Step 5: Implement & verify tests - write complete test suite using page objects, with proper assertions, error handling, parallel execution verification, and performance optimization

### `setup-ci-cd` (~48 tokens)

⚠️ CALL THIS TOOL IMMEDIATELY to get full workflow instructions. Optional: Setup CI/CD - add GitHub Actions workflow for automated testing with parallel execution and artifact reporting

### `add-accessibility` (~52 tokens)

⚠️ CALL THIS TOOL IMMEDIATELY to get full workflow instructions. Optional: Add accessibility testing - integrate axe-core, add WCAG 2.1 AA compliance checks, and test keyboard navigation

### `add-api-testing` (~51 tokens)

⚠️ CALL THIS TOOL IMMEDIATELY to get full workflow instructions. Optional: Add API testing - test REST/GraphQL/tRPC APIs with request/response validation and integration with UI tests

### `advanced-optimization` (~32 tokens)

Optional: Advanced optimization - deep dive into performance optimization, auth state reuse, parallel configuration tuning, and advanced patterns

### `reference-core-principles` (~26 tokens)

Get core testing principles and quality standards that guide all Playwright test implementations

### `reference-workflow-overview` (~25 tokens)

Get high-level workflow guide explaining the test creation process and prompt relationships

### `reference-mcp-setup` (~24 tokens)

Get MCP server setup instructions and usage patterns for Playwright Wizard

### `reference-selector-strategies` (~28 tokens)

Get selector strategies, HTML quality scoring guidelines, and best practices for robust element selection

### `reference-fixture-patterns` (~27 tokens)

Get Playwright fixture patterns for parallel execution, state management, and test isolation

### `reference-data-storage-patterns` (~30 tokens)

Get data storage patterns for test infrastructure (ORM, JSON files, in-memory, MSW)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/oguzc-playwright-wizard-mcp/playwright-wizard-mcp#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 16
- 2026-07-31: 16
- 2026-07-30: 18
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/playwright-wizard-mcp
- Socket report: https://socket.dev/npm/package/playwright-wizard-mcp
- Changelog RSS feed: https://verifymcp.io/servers/oguzc-playwright-wizard-mcp/playwright-wizard-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/oguzc-playwright-wizard-mcp/playwright-wizard-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/oguzc-playwright-wizard-mcp/playwright-wizard-mcp
