← All plugins
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.
Claude Code1 MCP serverstdio
by Microsoft33.3kupdated 40 minutes ago
Source
git clone https://github.com/anthropics/claude-plugins-officialClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/playwright/ inside the repository.
Layout
external_plugins/playwright/
├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
playwrightstdio
- command
- npx
- args
- @playwright/mcp@latest
Manifests1
external_plugins/playwright/.claude-plugin/plugin.json
{
"name": "playwright",
"description": "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.",
"author": {
"name": "Microsoft"
}
}