showfive_playwright-mcp-server
If you are the rightful owner of showfive_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 provides a server that uses the Model Context Protocol (MCP) to offer Playwright's browser automation capabilities.
The Playwright MCP Server is designed to facilitate browser automation by leveraging the Model Context Protocol (MCP). It allows users to control browser actions such as launching and closing browsers, navigating pages, clicking elements, inputting text, and scrolling. The server emulates human-like interactions to ensure natural operation, incorporating random delays in clicks, human-like typing speeds, and smooth scrolling animations. This server can be installed automatically via Smithery or manually using npm. It is equipped with robust error handling, flexible configuration options, and is designed to respect the terms of service of target websites. The server is ideal for developers looking to automate browser tasks in a controlled and human-like manner.
Features
- Human-like interactions with random delays and smooth animations.
- Comprehensive error handling for element not found and timeout scenarios.
- Flexible configuration options including headless mode and custom user agents.
- Supports browser context management for safe and efficient operation.
- Provides tools for browser control, page navigation, and element interaction.
Tools
create_browser
Creates a new browser context.
navigate
Navigates to a specified URL.
click
Clicks on a specified element.
type_text
Inputs text into a specified element.
scroll
Scrolls the page to a specified position.
close_browser
Closes the browser context.