2 months ago
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. Enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.
Server Config
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"playright-mcp@latest"
]
}
}
}