playwright-universal-mcp
If you are the rightful owner of playwright-universal-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.
Playwright Universal MCP is a server for browser automation that supports multiple browsers and works in containerized environments.
navigate
Navigate to a URL.
click
Click on an element by selector or text.
type
Type text into an input element.
get_text
Get text content from an element.
get_page_content
Get the current page HTML content.
take_screenshot
Take a screenshot of the current page.
new_page
Create a new browser page.
switch_page
Switch to a different browser page.
get_pages
List all available browser pages.
wait_for_selector
Wait for an element to be visible on the page.
get_browser_info
Get information about the current browser session.