
Playwrightselectorguard Mcp
Reduce flaky Playwright E2E tests by having the agent score selector risk, suggest heals, and store receipts via a remote MCP.
Overview
Playwright Selector Guard MCP is a MCP server for the Ship phase that checks Playwright selector risk, suggests healing, and returns receipts for browser test stability.
What is this MCP server?
- Playwright selector risk analysis with healing suggestions
- Structured receipts for selector changes and guard decisions
- Remote streamable-http MCP with Bearer authorization
- Publisher tags: playwright, selector-healing, browser-automation, remote-mcp
- Open-source: clauxel/playwright-selector-guard-mcp at version 1.0.0
- Registry version 1.0.0
- 1 documented remote MCP URL
What problem does it solve?
Agent-written Playwright tests often use brittle selectors that create flaky CI and expensive debugging for a solo builder.
Who is it for?
Builders shipping SaaS or web apps with Playwright coverage who want the agent to proactively harden locators before tests break in production pipelines.
Skip if: Projects with no browser automation, or teams that only run unit tests without Playwright or similar E2E tooling.
What do I get? / Deliverables
You get scored selector risk, concrete healing ideas, and receipts so E2E specs stay maintainable through UI churn.
- Selector risk assessments for Playwright locators in context
- Healing suggestions aligned to browser automation best practices
- Guard receipts documenting selector decisions for PR or CI notes
Recommended MCP Servers
Journey fit
Selector hardening is part of shipping reliable browser tests, so Ship with testing is the canonical placement. Testing subphase fits because the tools target Playwright locators, healing, and automation stability rather than visual design alone.
How it compares
Playwright-focused selector guard MCP, not a general web scraper or a static analysis skill for backend code.
Common Questions / FAQ
Who is Playwright Selector Guard MCP for?
It is for solo developers and small teams using Claude Code or Cursor to author or maintain Playwright end-to-end tests.
When should I use Playwright Selector Guard MCP?
Use it when adding or editing Playwright specs, before ship when CI flakiness is rising, or after frontend refactors that touch locators.
How do I add Playwright Selector Guard MCP to my agent?
Register https://playwrightselectorguard.clauxel.com/mcp as a remote streamable-http MCP and set Authorization to your Bearer token from the Clauxel site.