playwright-mcp-server
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).
The Playwright MCP Server is designed to facilitate web page content retrieval and interaction using the Model Context Protocol (MCP). It offers a range of features including page navigation, content retrieval, and simulation of mouse operations. The server is particularly useful for automating web interactions and testing web applications. It supports full and visible content retrieval, detection of interactive elements, and various mouse operations such as clicks and drag-and-drop. The server can be installed via Smithery or manually, and it provides a suite of MCP tools for different web interaction tasks. It also includes robust error handling and configuration options to tailor the server's behavior to specific needs.
Features
- Page navigation
- Full page content retrieval
- Visible content retrieval
- Interactive elements detection
- Mouse operation simulation
Tools
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