A
securityF
licenseA
qualityEnables browser automation using Python scripts, offering operations like taking webpage screenshots, retrieving HTML content, and executing JavaScript.
Last updated -
4
18
Python
Playwright가 제공하는 MCP(Model Context Protocol)를 위한 고급 웹 브라우징 서버로, 유연하고 안전한 API를 통해 헤드리스 브라우저 상호작용을 지원합니다.
지엑스피1
claude_desktop_config.json
에 다음을 추가하세요:
browse_to()
메서드에서 시간 초과 조정모든 중요한 이벤트는 자세한 정보와 함께 기록되어 디버깅이 쉽습니다.
browse_to(url: str, context: Optional[Any] = None)
url
: 이동할 웹사이트context
: 선택적 컨텍스트 객체(현재 사용되지 않음)extract_text_content(selector: Optional[str] = None, context: Optional[Any] = None)
selector
: 특정 콘텐츠를 추출하는 선택적 CSS 선택기context
: 선택적 컨텍스트 객체(현재 사용되지 않음)click_element(selector: str, context: Optional[Any] = None)
selector
: 클릭할 요소의 CSS 선택자context
: 선택적 컨텍스트 객체(현재 사용되지 않음)get_page_screenshots(full_page: bool = False, selector: Optional[str] = None, context: Optional[Any] = None)
full_page
: 전체 페이지 스크린샷 캡처selector
: 스크린샷을 찍을 선택 요소context
: 선택적 컨텍스트 객체(현재 사용되지 않음)get_page_links(filter_pattern: Optional[str] = None, context: Optional[Any] = None)
filter_pattern
: 링크를 필터링하기 위한 선택적 텍스트 패턴context
: 선택적 컨텍스트 객체(현재 사용되지 않음)input_text(selector: str, text: str, context: Optional[Any] = None)
selector
: 입력 요소의 CSS 선택자text
: 입력할 텍스트context
: 선택적 컨텍스트 객체(현재 사용되지 않음)create_new_tab(url: Optional[str] = None, context: Optional[Any] = None)
url
: 새 탭에서 이동할 선택적 URLcontext
: 선택적 컨텍스트 객체(현재 사용되지 않음)switch_tab(tab_id: str, context: Optional[Any] = None)
tab_id
: 전환할 탭의 IDcontext
: 선택적 컨텍스트 객체(현재 사용되지 않음)list_tabs(context: Optional[Any] = None)
context
: 선택적 컨텍스트 객체(현재 사용되지 않음)close_tab(tab_id: Optional[str] = None, context: Optional[Any] = None)
tab_id
: 닫을 탭의 선택적 ID(기본값은 현재 탭)context
: 선택적 컨텍스트 객체(현재 사용되지 않음)refresh_page(context: Optional[Any] = None)
context
: 선택적 컨텍스트 객체(현재 사용되지 않음)get_page_info(context: Optional[Any] = None)
context
: 선택적 컨텍스트 객체(현재 사용되지 않음)scroll_page(direction: str = "down", amount: str = "page", context: Optional[Any] = None)
direction
: 스크롤 방향('위', '아래', '왼쪽', '오른쪽')amount
: 스크롤할 양('페이지', '절반' 또는 숫자)context
: 선택적 컨텍스트 객체(현재 사용되지 않음)wait_for_navigation(timeout_ms: int = 10000, context: Optional[Any] = None)
timeout_ms
: 대기할 최대 시간(밀리초)context
: 선택적 컨텍스트 객체(현재 사용되지 않음)execute_javascript(script: str, context: Optional[Any] = None)
script
: 실행할 JavaScript 코드context
: 선택적 컨텍스트 객체(현재 사용되지 않음)기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
MIT 라이센스
문제가 있거나 질문이 있으시면 GitHub에서 문제를 열어 주세요.
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
보안 API를 통해 헤드리스 브라우저 상호작용을 가능하게 하는 고급 웹 브라우징 서버로, 탐색, 콘텐츠 추출, 요소 상호작용, 스크린샷 캡처와 같은 기능을 제공합니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/random-robbie/mcp-web-browser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server