registry.gitlab.com/auto-docker/mcp-firefox-playwright:0.0.4

https://gitlab.com/auto-docker/mcp-firefox-playwright

Built: Fri Sep 18 13:01:20 UTC 2026
Readme
# mcp-firefox-playwright

docker image running firefox with playwright

```bash
docker run --rm -it \
  --name mcp-firefox-playwright \
  --network host \
  -e PORT=30001 \
  registry.gitlab.com/auto-docker/mcp-firefox-playwright
```

add to your agent

```bash
"mcpServers": {
  "mcp-firefox-playwright": {
    "type": "sse",
    "url": "http://localhost:30001/sse"
  },
}
```
Try it
docker run --rm -it registry.gitlab.com/auto-docker/mcp-firefox-playwright:0.0.4 /bin/sh
Package list