Browse Playwright MCP

Browse web pages with the Playwright MCP browser tools. Use it to read pages and interact with them when the playwright MCP server is the available web tool.

only-cli 4a5a7f5 718 B Updated

File contents

Browse with Playwright MCP

  • browser_navigate opens a URL; the response includes an accessibility snapshot of the page with a ref for each element.
  • browser_click, browser_type, and friends act on elements by their ref.
  • browser_snapshot re-reads the current page when you need a fresh snapshot without navigating.

Tips:

  • The snapshot is the page content; read it instead of asking for screenshots.
  • A security or blocked page in the snapshot means the site refused the automated browser.

only-cli/benchmarks/tree/main/.claude/skills/browse-playwright-mcp commit 4a5a7f5ef0

Frequently asked questions

npx skillmds@latest add only-cli/browse-playwright-mcp