Kotelberg_playwright-mcp-server
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
navigate
Navigate to a specified URL
get_all_content
Retrieve content from the entire page
get_visible_content
Retrieve currently visible content
get_interactive_elements
Get position information of interactive elements on the page
move_mouse
Move mouse cursor to specified coordinates
mouse_click
Execute mouse click at specified coordinates
mouse_wheel
Execute mouse wheel scrolling
drag_and_drop
Execute drag and drop operation
echo
Echo tool for testing