Đang tải…
Đang tải…
A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, generate test code, web scraps the page and execute JavaScript in a real browser environment.
npx claude-code-templates@latest --mcp browser_automation/playwright-mcp-server{
"mcpServers": {
"executeautomation-playwright-server": {
"description": "A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, generate test code, web scraps the page and execute JavaScript in a real browser environment.",
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
}
}
}