← Registry
MCP Official

Playwright MCP

MCP server that gives agents structured browser automation via Playwright's accessibility tree.

Install

npx @playwright/mcp@latest
$

Playwright MCP lets an LLM drive a real browser by acting on the page's accessibility tree rather than screenshots or vision models, which keeps interactions deterministic and token-efficient. Agents call tools like browser_navigate, browser_snapshot, and browser_fill_form to open a URL, read the page, and complete and submit forms. Use it when an agent needs to test or automate web flows without screen-scraping pixels.