What it does
Microsoft's official `@playwright/mcp` drives a real browser to navigate, click, type, fill forms, and capture pages, exposing the page's accessibility tree as a structured snapshot so an LLM can act deterministically without a vision model. The maintained successor to the archived Puppeteer reference server. Runs locally over stdio (self-host HTTP/SSE available).
Example prompts
- Open example.com, accept the cookie banner, and screenshot the pricing page.
- Fill the contact form with my details and submit it, then confirm success.
