This project provides a Docker Compose environment to run the '@playwright/mcp' server.
Overview
What is Playwright MCP Docker Environment?
Playwright MCP Docker Environment is a project that provides a Docker Compose setup to run the '@playwright/mcp' server, facilitating easy management and deployment of the Playwright MCP server for various clients.
How to use Playwright MCP Docker Environment?
To use this project, clone the repository, create and configure a .env file, and then build and start the Docker container using Docker Compose commands.
Key features of Playwright MCP Docker Environment?
- Easy setup with Docker Compose for the Playwright MCP server.
- Configuration options for headless and headed modes.
- Support for various client configurations like VSCode and Cline.
Use cases of Playwright MCP Docker Environment?
- Running automated tests in a headless browser environment.
- Integrating with development tools for real-time feedback.
- Facilitating browser automation tasks in a controlled environment.
FAQ from Playwright MCP Docker Environment?
- What are the prerequisites for using this project?
You need Docker and Docker Compose installed on your machine.
- How do I switch between headless and headed modes?
You can switch modes by changing the
HEADLESSvariable in the.envfile and restarting the container.
- Can I use this project on Windows?
Yes, but ensure that your WSL or X Server settings are correctly configured for GUI applications.