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.
Tools provided
- browser_navigate — Navigate the browser to a URL.
- browser_snapshot — Capture the page accessibility-tree snapshot.
- browser_click — Click an element by its accessibility reference.
- browser_type — Type text into a focused field.
- browser_fill_form — Fill a form from structured field values.
- browser_take_screenshot — Capture a screenshot of the page.
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
