Playwright MCP: API Design & Integration Surface
Docs-backedThe MCP tools cover the full browser interaction surface: navigation, element interaction (click, fill, select), keyboard input, screenshots, DOM text extraction, and waiting for network events. The accessibility-based element targeting model (targeting by accessible name and role rather than CSS selectors) makes tool calls more robust to UI changes. Agents can build complete web interaction workflows by composing these tools without managing browser process lifecycle.