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).

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

  1. navigate

    Navigate to the specified URL

  2. get_all_content

    Search the content of the entire page

  3. get_visible_content

    Retrieve currently visible content

  4. get_interactive_elements

    Get the location information of the interactive elements of the page

  5. move_mouse

    Move the mouse to the specified coordinates

  6. mouse_click

    Execute mouse click on the specified coordinate

  7. mouse_wheel

    Perform mouse wheel scrolling

  8. drag_and_drop

    Perform drag and drop operations

  9. echo

    Test echo tools