극작가 MCP 서버
Playwright를 사용하여 브라우저 자동화 기능을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 LLM은 실제 브라우저 환경에서 웹 페이지와 상호 작용하고, 스크린샷을 찍고, JavaScript를 실행할 수 있습니다.
스크린샷

설치
npm, mcp-get 또는 Smithery를 사용하여 패키지를 설치할 수 있습니다.
npm 사용하기:
지엑스피1
mcp-get을 사용합니다.
npx @michaellatman/mcp-get@latest install @executeautomation/playwright-mcp-server
대장간 사용
Smithery를 통해 Claude Desktop용 Playwright MCP를 자동으로 설치하려면:
npx @smithery/cli install @executeautomation/playwright-mcp-server --client claude
Playwright Server를 사용하기 위한 구성
Playwright 서버를 사용하기 위한 Claude Desktop 구성은 다음과 같습니다.
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
}
}
}