MCP Server

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.

Integrations

  • Uses .env files to manage configuration settings including API keys for secure environment variable management

  • Leverages OpenAI's GPT models to interpret natural language commands for browser automation tasks

  • Handles dependency management and packaging for the MCP server

MCP 서버

간단한 API를 통해 브라우저 자동화 기능을 제공하는 MCP(Machine Control Protocol) 서버입니다.

설명

이 서버는 자연어 명령을 사용하여 브라우저 자동화 작업을 실행할 수 있는 API 엔드포인트를 생성합니다. 다음을 활용합니다.

  • FastMCP : 간단한 API 서버를 만드는 데 사용
  • 브라우저 사용 : 브라우저 자동화 기능용
  • OpenAI의 GPT 모델 : 자연어 명령을 해석하기 위해

필수 조건

  • 파이썬 3.11+
  • 의존성 관리를 위한 시
  • OpenAI API 키

설정

1. 종속성 설치

지엑스피1

2. 환경 변수 구성

다음을 사용하여 루트 디렉토리에 .env 파일을 만듭니다.

OPENAI_API_KEY=your_openai_api_key_here

달리다

poetry run python main.py

서버는 기본 포트에서 SSE(Server-Sent Events) 전송으로 시작합니다.

특징

브라우저 자동화

/run_browser_task 엔드포인트를 사용하면 자연어를 사용하여 브라우저 자동화 작업을 실행할 수 있습니다. 예:

-
security - not tested
F
license - not found
-
quality - not tested

OpenAI의 GPT 모델을 사용하여 자연어 명령을 해석하고 웹 작업을 수행하는 API 엔드포인트를 통해 브라우저 자동화 기능을 제공합니다.

  1. Description
    1. Prerequisites
      1. Setup
        1. 1. Install dependencies
        2. 2. Configure environment variables
      2. Run
        1. Features
          1. Browser Automation
        ID: d2sek4qalu