Playwright MCP Server
Drive a real browser — navigate, click, assert — from chat.
Microsoft's Playwright MCP gives agents structured, accessibility-tree-based browser control. Ideal for end-to-end test authoring and verifying deployed pages without brittle pixel clicking.
When to use & gotchas
When to use Reach for it when you want the agent to verify a deployed page for real — it reads the accessibility tree, so its checks are more robust than pixel clicks.
Gotcha It needs a publicly reachable URL. A sandboxed agent usually can't hit a local dev server, so point it at a deployed preview instead.