playwright-plus-python-mcp

playwright-plus-python-mcp

110

The Playwright Server is an MCP server equipped with a variety of Playwright tools for browser automation and note handling. It features a note storage system with custom URI access and offers a variety of browser manipulation tools to enhance development and debugging processes.

playwright_navigate

Navigate to the specified URL

playwright_screenshot

Take screenshots of the current page or specific element

playwright_click

Click on page elements using the CSS selector

playwright_fill

Fill in the input field

playwright_evaluate

Execute JavaScript code in the browser console

playwright_click_text

Click on page element through text content

playwright_get_text_content

Get the text content of all visible elements

playwright_get_html_content

Get the HTML content of the page