🌐
Docker Hub
hub.docker.com › r › mcp › playwright
mcp/playwright - Docker Image
© 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal
🌐
GitHub
github.com › microsoft › playwright-mcp
GitHub - microsoft/playwright-mcp: Playwright MCP server
The server will listen on host port 8931 and can be reached by any MCP client. You can build the Docker image yourself. docker build -t mcr.microsoft.com/playwright/mcp .
Starred by 24.7K users
Forked by 2K users
Languages   TypeScript 54.4% | CSS 37.0% | JavaScript 6.0% | Dockerfile 1.6% | HTML 1.0%
🌐
Playwright
playwright.dev › docker
Docker | Playwright
There are two ways to connect to the remote Playwright server: ... docker run --add-host=hostmachine:host-gateway -p 3000:3000 --rm --init -it --workdir /home/pwuser --user pwuser mcr.microsoft.com/playwright:v1.57.0-noble /bin/sh -c "npx -y [email protected] run-server --port 3000 --host 0.0.0.0"
🌐
GitHub
github.com › iuill › playwright-mcp-docker
GitHub - iuill/playwright-mcp-docker: This project provides a Docker Compose environment to run the '@playwright/mcp' server.
This project provides a Docker Compose environment to run the @playwright/mcp server.
Starred by 30 users
Forked by 15 users
Languages   Dockerfile 50.4% | Shell 49.6%
🌐
npm
npmjs.com › package › @playwright › mcp
@playwright/mcp - npm
5 days ago - The server will listen on host port 8931 and can be reached by any MCP client. You can build the Docker image yourself. docker build -t mcr.microsoft.com/playwright/mcp .
      » npm install @playwright/mcp
    
Published   Dec 20, 2025
Version   0.0.53
Author   Microsoft Corporation
🌐
Docker Hub
hub.docker.com › mcp › server › playwright-mcp-server
ExecuteAutomation Playwright MCP Server
Ask Playwright to start waiting for a HTTP response. This tool initiates the wait operation but does not wait for its completion. ... Get the HTML content of the current page. By default, all <script> tags are removed from the output unless removeScripts is explicitly set to false. ... { "mcpServers": { "playwright-mcp-server": { "command": "docker", "args": [ "run", "-i", "--rm", "-v", "/local-directory:/local-directory", "mcp/mcp-playwright" ] } } } Copy
🌐
GitHub
github.com › executeautomation › mcp-playwright
executeautomation/mcp-playwright ...
2 weeks ago - OPENAI_API_KEY=your-key npx mcp-eval src/evals/evals.ts src/tools/codegen/index.ts · When adding new tools, please be mindful of the tool name length. Some clients, like Cursor, have a 60-character limit for the combined server and tool name (server_name:tool_name). Our server name is playwright-mcp.
Starred by 5.1K users
Forked by 460 users
Languages   TypeScript 93.6% | JavaScript 6.0%
Find elsewhere
🌐
LobeHub
lobehub.com › mcp › koike-moyashi-playwright-mcp-on-docker-vnc
Docker 与 VNC 上的 Playwright MCP | MCP Servers · LobeHub
1 month ago - 该项目提供了一个在 Docker 容器内以 WebUI 模式运行 Playwright MCP 的环境,支持通过 VNC 进行浏览器的查看和交互。需要在外部配置文件(config/config.json)中自定义 Playwright MCP 设置。
🌐
MCP Servers
mcpservers.org › playwright mcp server
Playwright MCP Server | Awesome MCP Servers
The Playwright MCP Server can be run in Docker for isolated and containerized execution.
🌐
Docker Hub
hub.docker.com › r › mcp › mcp-playwright
mcp/mcp-playwright - Docker Image
© 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal
🌐
Medium
medium.com › @peyman.iravani › setting-up-mcp-server-with-playwright-a-complete-integration-guide-bbd40dd008cf
Setting Up MCP Server with Playwright: A Complete Integration Guide | by peyman iravani | Medium
May 25, 2025 - # Dockerfile FROM node:18-alpine # Install Playwright dependencies RUN apk add --no-cache \ chromium \ firefox \ webkit \ ttf-freefont \ font-noto-emoji \ wqy-zenhei # Set Playwright to use system browsers ENV PLAYWRIGHT_BROWSERS_PATH=/usr/bin ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 WORKDIR /app # Copy package files COPY package*.json ./ COPY tsconfig.json ./ # Install dependencies RUN npm ci --only=production # Copy source code COPY src/ ./src/ # Build application RUN npm run build # Create non-root user RUN addgroup -g 1001 -S nodejs RUN adduser -S playwright -u 1001 USER playwright # Create logs directory RUN mkdir -p logs EXPOSE 3000 CMD ["npm", "start"] # docker-compose.yml version: '3.8' services: mcp-playwright-server: build: .
🌐
Docker Hub
hub.docker.com › u › mcp
mcp
mcp · Playwright MCP server · Pulls · 100K+ Stars · 25 · Last Updated · 21 days · Image · mcp · Access to Redis database operations. Pulls · 10K+ Stars · 13 · Last Updated · 21 days · Image · mcp · Model Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unifie...
🌐
Glama
glama.ai › mcp › servers › playwright sse mcp server
Playwright SSE MCP Server | Glama
Provides containerized environment for running the Playwright MCP server, allowing integration with other services through Docker networks and environment variables for deployment flexibility.
🌐
Docker Hub
hub.docker.com › r › acuvity › mcp-server-playwright
acuvity/mcp-server-playwright - Docker Image
Welcome to the world's largest container registry built for developers and open source contributors to find, use, and share their container images. Build, push and pull.
🌐
LobeHub
lobehub.com › mcp › iuill-playwright-mcp-docker
Playwright MCP Docker Environment | MCP Servers · LobeHub
1 month ago - Docker Compose environment to run the @playwright/mcp server, configurable via .env file for ports, headless mode, and GUI settings.
🌐
YouTube
youtube.com › watch
🚀 Docker MCP Toolkit + Playwright MCP + YouTube Transcript MCP | VS Code & Copilot MCP Demo - YouTube
In this video, we explore the Docker MCP Toolkit and show you step-by-step how to use Playwright MCP and YouTube Transcript MCP Server with VS Code GitHub Co...
Published   August 23, 2025
🌐
YouTube
youtube.com › watch
The Perfect Tool for Quick Browser Tests - Playwright MCP Server - YouTube
In this video, I'll show you why Playwright MCP Server is the perfect middle ground between manual testing and complex automation frameworks. Playwright MCP ...
Published   June 16, 2025