A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Docker container with web-based desktop and Playwright MCP server for browser automation
A Docker container that provides a web-based desktop environment with Playwright MCP (Model Context Protocol) server for browser automation.
This container combines:
The container is automatically built for x86_64 architecture and published to GitHub Container Registry:
docker pull ghcr.io/bradsjm/chrome-mcp:latest
docker run -d \
--name chrome-mcp \
-p 3000:3000 \
-p 3001:3001 \
-p 3002:3002 \
-v $(pwd)/config:/config \
ghcr.io/bradsjm/chrome-mcp:latest
docker build -t chrome-mcp .
http://localhost:3000 or https://localhost:3001The Playwright MCP server is available at http://localhost:3002 and automatically starts when the container launches. It supports both SSE and streaming HTTP protocols.
For most MCP clients, add this configuration to connect to the containerized server:
http://localhost:3002/ssehttp://localhost:3002/mcpThe MCP server configuration is located at /config/config.json:
/config/outputghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm@playwright/mcp@latestThe container includes:
Pre-built container images are available at:
ghcr.io/bradsjm/chrome-mcplatest, main, version tagsThis project is licensed under the MIT License - see the LICENSE file for details.
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
Run Claude Code as an MCP server so any agent can delegate coding tasks to it