Provides browser automation capabilities through Playwright, allowing you to navigate web pages, interact with elements, take screenshots, and execute JavaScript in a real browser environment.

2825,598 views49Local (stdio)

What it does

  • Navigate to web pages
  • Take screenshots of pages or specific elements
  • Click buttons and links using selectors or text
  • Fill out forms and input fields
  • Select dropdown options
  • Execute JavaScript in browser console

Best for

Web scraping and data extractionAutomated testing of web applicationsTaking visual documentation of web pagesAutomating repetitive web tasks
Real browser environment10+ web interaction toolsJavaScript execution support

Tools (10)

browser_navigate

Navigate to a URL

browser_screenshot

Take a screenshot of the current page or a specific element

browser_click

Click an element on the page using CSS selector

browser_click_text

Click an element on the page by its text content

browser_fill

Fill out an input field

Alternatives