Automates web browsers through a Model Context Protocol server, providing programmatic control over browser actions.
Leveraging the Model Context Protocol (MCP) and built upon the foundation of Microsoft's Playwright MCP, this server provides robust web browser automation capabilities. It utilizes `streamableHttp` transport to offer a suite of tools for controlling a browser, enabling programmatic interactions such as navigating to URLs, interacting with page elements, capturing accessibility snapshots, and taking screenshots.
Key Features
01Navigate to specified URLs
02Capture accessibility snapshots of web pages
03Automate clicks on web page elements
04Simulate typing text into browser fields
05Take full-page screenshots
060 GitHub stars
Use Cases
01Automating web-based workflows
02Programmatic control of browser interactions
03Generating visual and accessibility records of web pages