Skip to main content
Glama

MCP Server

by jonnyhoff

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

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 엔드포인트를 통해 브라우저 자동화 기능을 제공합니다.

  1. 설명
    1. 필수 조건
      1. 설정
        1. 1. 종속성 설치
        2. 2. 환경 변수 구성
      2. 달리다
        1. 특징
          1. 브라우저 자동화

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          Enables 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 -
          1
          49
          Python
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          AI-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 -
          1
          1
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          Enables 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
        • -
          security
          F
          license
          -
          quality
          Enables 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

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonnyhoff/mcp-browser-use'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server