콘솔 및 네트워크 로그 Playwright MCP 서버
이 MCP(Model Context Protocol) 서버는 Playwright를 사용하여 브라우저를 열고, 콘솔 로그를 모니터링하고, 네트워크 요청을 추적합니다. 이러한 기능을 MCP 클라이언트에서 사용할 수 있는 도구로 제공합니다.
특징
- 지정된 URL에서 브라우저를 엽니다
- 콘솔 로그 모니터링 및 검색
- 네트워크 요청 추적 및 검색
- 완료되면 브라우저를 닫으세요
요구 사항
- 파이썬 3.8 이상
- 극작가
- 모델 컨텍스트 프로토콜(MCP) Python SDK
클로드에 설치
파일을 편집하세요: ~/Library/Application\ Support/Claude/claude_desktop_config.json
이것을 추가하세요:
지엑스피1
( /ABSOLUTE/PATH/TO/playwrightdebugger/
저장소를 복제한 디렉토리의 절대 경로로 바꾸세요)
명령
localhost:3000/dashboard를 열고 콘솔 로그와 네트워크 요청을 살펴보세요.
브라우저를 닫으세요
작동 원리
서버는 Playwright의 이벤트 리스너를 사용하여 콘솔 메시지와 네트워크 활동을 캡처합니다. 클라이언트가 이 정보를 요청하면 서버는 LLM에서 사용할 수 있는 구조화된 형식으로 해당 정보를 반환합니다.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
브라우저를 열어 콘솔 로그와 네트워크 요청을 모니터링하고 검색하여 LLM에 웹 페이지 동작에 대한 구조화된 데이터를 제공합니다.
Related MCP Servers
- AsecurityAlicenseAqualityThis server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.Last updated -154,163JavaScriptMIT License
- AsecurityFlicenseAqualityEnables browser automation for LLMs on Linux display servers, supporting web interaction, screenshots, and JavaScript execution in a real browser.Last updated -754JavaScript
- AsecurityFlicenseAqualityA server that helps discover and analyze websites implementing the llms.txt standard, allowing users to check if websites have llms.txt files and list known compliant websites.Last updated -2244JavaScript
- -securityAlicense-qualityA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated -PythonMIT License