playwright-mcp-server

playwright-mcp-server

3.3

If you are the rightful owner of playwright-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project is a server that provides Playwright web page content retrieval functionality using the Model Context Protocol (MCP).

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