b3nw/playwright-browserless-mcp
If you are the rightful owner of playwright-browserless-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Playwright MCP Server is a Model Context Protocol server that facilitates web automation through a remote Playwright/browserless instance.
Tools
Functions exposed to the LLM to take actions
navigate
Navigate to a URL and wait for page load.
screenshot
Take a screenshot of the current page or specific element.
get_html
Extract HTML content from the page or specific element.
click
Click on an element specified by CSS selector.
type_text
Type text into an input field.
wait_for_element
Wait for an element to appear on the page.
evaluate
Execute JavaScript code in the browser context.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client