# 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"
},
}
```
docker run --rm -it registry.gitlab.com/auto-docker/mcp-firefox-playwright:0.0.4 /bin/sh