BeClaude

playwright

New
Official PluginTestingby Anthropic

Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/playwright.md https://raw.githubusercontent.com/anthropics/claude-plugins-public/main/external_plugins/playwright/SKILL.md
3
Invoke in Claude Code
/playwright
testingmcp

Frequently Asked Questions

What is playwright?

Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.

How to install playwright?

To install playwright, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /playwright.

What is playwright best for?

playwright is a plugin categorized under Testing. It is designed for: testing, mcp. Created by Anthropic.