Playwright SSE
Exposes Playwright functionality as an MCP server accessible via Server-Sent Events (SSE).
About
Playwright SSE allows you to access Playwright's browser automation capabilities remotely via the Model Context Protocol (MCP). By acting as an MCP server and communicating over Server-Sent Events (SSE), it enables you to control Playwright from MCP clients, including those running in Docker containers or on the host machine. This setup simplifies integration with tools like Roo Code and facilitates browser automation tasks in various environments.
Key Features
- 3 GitHub stars
- Supports Docker and docker-compose for easy setup
- Allows connection from containers within the same Docker network
- Provides connection instructions for different environments (host, Docker, Roo Code)
- Exposes Playwright as an MCP server
- Communicates via Server-Sent Events (SSE)
Use Cases
- Automated testing in containerized environments
- Remote browser automation with Playwright
- Integration with MCP clients like Roo Code