playwright-sse-mcp-server

playwright-sse-mcp-server

3.3

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

PlaywrightをMCP(Model Context Protocol)サーバーとして提供するためのサービスです。

The playwright-sse-mcp-server is a service that allows Playwright to function as a Model Context Protocol (MCP) server. This server enables MCP clients to utilize Playwright's capabilities. It requires Docker and docker-compose to be installed, and a Docker network named mcp-network to be created. The server can be set up and started by cloning the repository and running docker compose up --build in the project's root directory. By default, the server runs on port 3002, but this can be customized by setting the PORT environment variable. The server can be accessed from containers in the same mcp-network or from the host machine using the appropriate URL format. Additionally, Roo Code can connect to the server by configuring the MCP settings with the server's URL. The server supports various connection methods, including direct container connections and host-based connections for development containers.

Features

  • Docker-based deployment for easy setup and management.
  • Customizable port settings via environment variables.
  • Supports Server-Sent Events (SSE) for communication with MCP clients.
  • Integration with Roo Code for seamless browser automation.
  • Shell scripts for convenient server management and operation.