MCP 브라우저 사용
이 MCP로 무엇을 달성할 수 있습니까?
이 프로젝트의 목표는 AI 에이전트가 MCP(Model Context Protocol)와 Selenium을 사용하여 웹 사용, 브라우저 자동화, 스크래핑, 자동화를 수행할 수 있도록 하는 것입니다.
당사의 사명은 AI 에이전트가 최소한의 인간 감독으로 모든 웹 작업을 완료할 수 있도록 하는 것입니다. 이 모든 작업은 자연어 명령에 기반합니다.
이 MCP를 사용하는 방법
modelcontextprotocol.io에 대한 MCP 설명서를 참조하세요.
MCP 구성 파일이 가리키는 Python 환경에 모든 종속성을 설치해야 합니다. 예를 들어, python
또는 python3
실행 파일을 가리키면 전역 Python 환경을 가리키게 됩니다. 일반적으로 다음과 같은 가상 환경을 가리키는 것이 좋습니다.
지엑스피1
이 저장소를 로컬 code
폴더에 복제한 경우 MCP 구성 파일은 다음과 같습니다.
(macOS에서는) 여기에 있습니다: /Users/janspoerer/Library/Application Support/Claude/claude_desktop_config.json
.
어떤 종속성을 설치해야 하는지 알아보려면 requirements.txt
를 참조하세요.
Claude를 다시 시작하여 JSON 구성이 유효한지 확인하세요. 문제가 있는 경우 Claude가 MCP의 오류 로그를 안내해 줍니다.
설정이 성공적으로 완료되면 Claude의 "새 채팅" 창 오른쪽 하단에 작은 망치 아이콘이 표시됩니다. 망치 아이콘 옆에는 MCP에서 제공하는 기능의 개수가 표시됩니다.
망치를 클릭하여 다음과 같은 내용을 확인하세요.
데모 영상(YouTube)
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
자연어 명령과 Selenium을 사용하여 최소한의 감독으로 웹 브라우징, 자동화, 스크래핑 작업을 수행할 수 있는 AI 에이전트를 지원합니다.
Related MCP Servers
- AsecurityFlicenseAqualityEnables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.Last updated -146Python
- AsecurityAlicenseAqualityA server that provides web scraping and intelligent content searching capabilities using the Firecrawl API, enabling AI agents to extract structured data from websites and perform content searches.Last updated -52TypeScriptMIT License
- -securityFlicense-qualityEnables AI agents to control web browsers via a standardized interface for operations like launching, interacting with, and closing browsers.Last updated -0JavaScript
- -securityAlicense-qualityAI-driven browser automation server that implements the Model Context Protocol to enable natural language control of web browsers for tasks like navigation, form filling, and visual interaction.Last updated -1PythonMIT License