Playwright Server
JSON →A server providing Playwright tools for browser automation and web scraping.
Install
npx @modelcontextprotocol/inspector Tools · 8
- playwright_navigate Navigates to a specified URL. This operation will automatically create a new session if there is no active session.
- playwright_screenshot Takes a screenshot of the current page or a specific element.
- playwright_click Clicks an element on the page using a CSS selector.
- playwright_fill Fills out an input field.
- playwright_evaluate Executes JavaScript code in the browser console.
- playwright_click_text Clicks an element on the page by its text content.
- playwright_get_text_content Get the text content of all visiable elements.
- playwright_get_html_content Get the HTML content of the page.
Environment variables
UV_PUBLISH_TOKEN
★ 187 GitHub stars