Kotelberg_playwright-mcp-server

Kotelberg_playwright-mcp-server

3.2

If you are the rightful owner of Kotelberg_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.

The Playwright MCP Server is a tool designed to facilitate web page content retrieval and interaction using the Model Context Protocol (MCP).

The Playwright MCP Server is a robust server application that leverages the Model Context Protocol (MCP) to provide advanced web page content retrieval and interaction capabilities. It is built on top of Playwright, a popular browser automation library, and offers a suite of tools for navigating web pages, retrieving content, and simulating user interactions. This server is particularly useful for developers and testers who need to automate web page interactions and extract information programmatically. With features like full page content retrieval, visible content extraction, and interactive elements detection, the Playwright MCP Server is a versatile tool for web automation tasks. It also includes functionalities for simulating mouse operations, such as clicks and drags, making it a comprehensive solution for automated web testing and data extraction.

Features

  • Page navigation and content retrieval
  • Interactive elements detection
  • Mouse operation simulation
  • Error handling and timeout processing
  • Configuration flexibility with headless mode and custom settings

Tools

  1. navigate

    Navigate to a specified URL

  2. get_all_content

    Retrieve content from the entire page

  3. get_visible_content

    Retrieve currently visible content

  4. get_interactive_elements

    Get position information of interactive elements on the page

  5. move_mouse

    Move mouse cursor to specified coordinates

  6. mouse_click

    Execute mouse click at specified coordinates

  7. mouse_wheel

    Execute mouse wheel scrolling

  8. drag_and_drop

    Execute drag and drop operation

  9. echo

    Echo tool for testing