playwright-mcp-docker

playwright-mcp-docker

3.4

If you are the rightful owner of playwright-mcp-docker 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 Docker Compose environment to run the `@playwright/mcp` server, facilitating easy setup and management for clients like Cline or Cursor.

The Playwright MCP Docker Environment is designed to streamline the deployment and management of the Playwright MCP server using Docker Compose. This setup is particularly useful for developers who need to integrate the MCP server with various clients such as Cline or Cursor. The environment supports both headless and headed modes, allowing flexibility depending on the user's requirements. The configuration is managed through a `.env` file, which allows users to specify settings such as the host port and display options for GUI applications. The Docker setup includes a `Dockerfile` for building the image, a `docker-compose.yml` for service definition, and an `entrypoint.sh` script to handle server startup. This environment is ideal for users who want a consistent and reproducible setup for their MCP server across different development environments.

Features

  • Docker Compose setup for easy deployment and management.
  • Supports both headless and headed modes for flexibility.
  • Environment configuration through a `.env` file.
  • Includes a `Dockerfile` and `entrypoint.sh` for streamlined server startup.
  • Compatible with clients like Cline or Cursor.