playwright/mcp
Docker image to run Playwright MCP
Playwright MCP is a Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.
Read more in Playwright MCP.
{
"mcpServers": {
"playwright": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--init",
"mcr.microsoft.com/playwright/mcp"
]
}
}
}
File an issue for support.
No tags have been pushed to this repository yet.