playwright-mcp-server

playwright-mcp-server

6

The Playwright MCP Server is a tool designed to fetch and manipulate web page content using the Model Context Protocol (MCP). Its key features include content retrieval, interactive element detection, and simulated mouse operations, making it suitable for web automation tasks.

navigate

Navigate to the specified URL

get_all_content

Search the content of the entire page

get_visible_content

Retrieve currently visible content

get_interactive_elements

Get the location information of the interactive elements of the page

move_mouse

Move the mouse to the specified coordinates

mouse_click

Execute mouse click on the specified coordinate

mouse_wheel

Perform mouse wheel scrolling

drag_and_drop

Perform drag and drop operations

echo

Test echo tools