Playwright MCP Server
stdiobrowser#playwright#browser#automation#scraping
Playwright를 통해 브라우저를 자동화하고 웹 페이지를 스크레이핑하는 MCP 서버입니다. AI가 실제 브라우저를 제어할 수 있습니다.
생성된 MCP 설정
아래 JSON을 Claude Desktop이나 Cursor의 설정 파일에 붙여넣으세요.
claude_desktop_config.json
{
"mcpServers": {
"playwright-mcp-server": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}