Skip to main content
Glama

Browser Automation MCP Server

브라우저 자동화 MCP 서버

Roo Code에 브라우저 자동화 기능을 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. AI 에이전트가 표준화된 인터페이스를 통해 웹 브라우저를 제어할 수 있도록 지원합니다.

특징

  • 브라우저 제어(시작, 닫기)
  • 마우스 상호작용(좌표 클릭)
  • 키보드 입력(텍스트 입력)
  • 페이지 탐색(위/아래로 스크롤)
  • 고정 뷰포트 크기(900x600)

설치

  1. 저장소를 복제합니다.

지엑스피1

  1. 종속성 설치:
npm install
  1. 프로젝트를 빌드하세요:
npm run build

구성

Cline MCP 설정 파일에 다음을 추가하세요.

{ "mcpServers": { "browser": { "command": "node", "args": ["path/to/browser-server/build/index.js"], "disabled": false, "alwaysAllow": [] } } }

사용 가능한 도구

서버는 다음과 같은 MCP 도구를 제공합니다.

  • launch_browser : 지정된 URL에서 새 브라우저 인스턴스를 시작합니다.
  • click : 페이지의 특정 x, y 좌표를 클릭합니다.
  • type : 페이지에 텍스트를 입력하세요
  • scroll : 페이지를 위아래로 스크롤합니다
  • close_browser : 브라우저 인스턴스를 닫습니다.

사용 예

// Using the MCP tools in Roo Code const result = await use_mcp_tool({ server_name: "browser", tool_name: "launch_browser", arguments: { url: "https://example.com" } });

특허

MIT

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

AI 에이전트가 표준화된 인터페이스를 통해 웹 브라우저를 제어하여 브라우저 시작, 상호작용, 닫기 등의 작업을 수행할 수 있도록 합니다.

  1. 특징
    1. 설치
      1. 구성
        1. 사용 가능한 도구
          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
                43
                Python
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                A web browser automation server that allows AI assistants to control Chrome with persistent state management, enabling complex browsing tasks through asynchronous browser operations.
                Last updated -
                1
                Python
                • Apple
              • -
                security
                A
                license
                -
                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
                Python
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                Empowers AI agents to perform web browsing, automation, and scraping tasks with minimal supervision using natural language instructions and Selenium.
                Last updated -
                1
                Python
                Apache 2.0
                • Apple

              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/grapheneaffiliate/browser-automation-mcp'

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