Skip to main content
Glama

Agent Browser MCP Server

AI 어시스턴트를 위한 브라우저 자동화 도구를 제공하기 위해 agent-browser를 래핑하는 MCP(Model Context Protocol) 서버입니다. stdio 및 HTTP/SSE 전송을 모두 지원합니다.

기능

다음을 포함한 40개 이상의 브라우저 자동화 도구:

카테고리

도구

탐색

browser_open, browser_navigate, browser_close

상호작용

browser_click, browser_fill, browser_type, browser_press, browser_hover, browser_select, browser_scroll

검사

browser_snapshot, browser_screenshot, browser_read, browser_get, browser_find

실행

browser_eval, browser_batch, browser_wait

상태

browser_cookie, browser_storage, browser_state, browser_session, browser_tab

DevTools

browser_console, browser_trace, browser_network, browser_react, browser_vitals, browser_a11y

고급

browser_frame, browser_stream, browser_dialog, browser_diff, browser_chat, browser_profile

시스템

browser_install, browser_doctor, browser_skills, browser_set

Related MCP server: openmcp

설치

npm install
npm run build

사용법

Stdio 모드(로컬 MCP 클라이언트용)

npm run dev

HTTP/SSE 모드(원격 액세스용)

node server.js

서버는 기본적으로 포트 5888에서 수신 대기합니다.

환경 변수

변수

기본값

설명

PORT

5888

서버 포트

AGENT_BROWSER_SCREENSHOT_DIR

./screenshots

저장된 스크린샷 디렉터리

BASE_URL

/screenshots

스크린샷의 공개 URL 경로

MCP_SCRIPT_PATH

./dist/index.js

컴파일된 MCP 서버 경로

ENABLE_HTTPS

false

Let's Encrypt 인증서로 HTTPS 활성화

CERT_PATH

/etc/letsencrypt/live/test2.infinitrocyber.com

SSL 인증서 경로

Docker

docker build -t agentbrowser-mcp .
docker run -p 5888:5888 agentbrowser-mcp

배포

Render

render.yaml 블루프린트가 포함되어 있습니다. 저장소에서 직접 배포하세요.

PM2

pm2 start ecosystem.config.cjs

API 엔드포인트

메서드

경로

설명

GET

/health

상태 확인

GET

/mcp

SSE 연결(새 세션 생성)

POST

/mcp

JSON-RPC 요청

GET

/

서비스 정보

클라이언트 구성

Claude Desktop

{
  "mcpServers": {
    "agent-browser": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}

원격 HTTP 클라이언트

{
  "mcpServers": {
    "agent-browser": {
      "url": "https://your-domain.com/mcp"
    }
  }
}

라이선스

MIT

F
license - not found
C
quality
C
maintenance

Maintenance

0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Browser automation for AI agents via the Model Context Protocol, enabling web navigation, form filling, screenshots, and more using Chromium.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to automate web tasks such as browsing, clicking, typing, and taking screenshots via the Model Context Protocol.
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI-powered browser automation controlled through natural language, integrating Playwright with the Model Context Protocol to perform web interactions like navigation, form filling, and screenshots.
    10

View all related MCP servers

Latest Blog Posts

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/Nirmalraj10567/AgentbrowserMcp'

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