@microsoft
Playwright MCP server
browser_navigate
Navigate to a URL
browser_go_back
Go back to the previous page
browser_go_forward
Go forward to the next page
browser_choose_file
Choose one or multiple files to upload
browser_snapshot
Capture accessibility snapshot of the current page, this is better than screenshot
browser_click
Perform click on a web page
browser_hover
Hover over element on page
browser_type
Type text into editable element
browser_select_option
Select an option in a dropdown
browser_take_screenshot
Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for actions.
browser_press_key
Press a key on the keyboard
browser_wait
Wait for a specified time in seconds
browser_save_as_pdf
Save page as PDF
browser_close
Close the page
browser_install
Install the browser specified in the config. Call this if you get an error about the browser not being installed.
mendableai
firecrawl
microsoft
modelcontextprotocol