Playwright MCP (MCP server) and Playwright (Claude Code plugin) give an agent the same capability through two different install surfaces. Which to use is about the interface, not a feature you give up either way.
Playwright MCP vs Playwright
Playwright MCP (MCP server) and Playwright (Claude Code plugin) give an agent the same capability through two different install surfaces. Which to use is about the interface, not a feature you give up either way.
Drive a real browser from the agent, no screenshots needed
Microsoft's browser automation MCP server for end-to-end testing
Playwright MCP (MCP server) and Playwright (Claude Code plugin) give an agent the same capability through two different install surfaces. Which to use is about the interface, not a feature you give up either way. Playwright MCP: Drive a real browser from the agent, no screenshots needed. Playwright: Microsoft's browser automation MCP server for end-to-end testing. Playwright MCP has 36,830 GitHub stars. Playwright has no adoption data tracked yet.
claude mcp add playwright -- npx @playwright/mcp@latest
"playwright": { "command": "npx", "args": ["@playwright/mcp@latest"] }First run downloads a Chromium build via Playwright. No API key.
/plugin marketplace add anthropics/claude-plugins-official /plugin install playwright@claude-plugins-official
The official marketplace registers itself automatically on Claude Code's first interactive launch, so the marketplace-add step is often a no-op; running it is still safe and works on any machine.
Drive a real browser from the agent, no screenshots needed. It is a MCP server, categorized as mcp servers.
Microsoft's browser automation MCP server for end-to-end testing. It is a Claude Code plugin, categorized as testing.
Yes. Both are free.
Playwright MCP has tracked adoption data (36,830 GitHub stars as of 2026-09-05); Playwright has no adoption data tracked yet.