MCP 서버
간단한 API를 통해 브라우저 자동화 기능을 제공하는 MCP(Machine Control Protocol) 서버입니다.
설명
이 서버는 자연어 명령을 사용하여 브라우저 자동화 작업을 실행할 수 있는 API 엔드포인트를 생성합니다. 다음을 활용합니다.
- FastMCP : 간단한 API 서버를 만드는 데 사용
- 브라우저 사용 : 브라우저 자동화 기능용
- OpenAI의 GPT 모델 : 자연어 명령을 해석하기 위해
필수 조건
- 파이썬 3.11+
- 의존성 관리를 위한 시
- OpenAI API 키
설정
1. 종속성 설치
지엑스피1
2. 환경 변수 구성
다음을 사용하여 루트 디렉토리에 .env
파일을 만듭니다.
달리다
서버는 기본 포트에서 SSE(Server-Sent Events) 전송으로 시작합니다.
특징
브라우저 자동화
/run_browser_task
엔드포인트를 사용하면 자연어를 사용하여 브라우저 자동화 작업을 실행할 수 있습니다. 예:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
OpenAI의 GPT 모델을 사용하여 자연어 명령을 해석하고 웹 작업을 수행하는 API 엔드포인트를 통해 브라우저 자동화 기능을 제공합니다.
Related Resources
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 -149Python
- AsecurityAlicenseAqualityAI-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 -11PythonMIT License
- -securityFlicense-qualityEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated -TypeScript
- -securityFlicense-qualityEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated -TypeScript