Skip to main content
Glama

🌐 @axd/browser-mcp

AI 에이전트를 위한 독립형(Sovereign) 초고속 브라우저 MCP 서버
픽셀 기반 CUA보다 100배 빠름. 95% 저렴. 수학적 인간 입력 리듬으로 차단 불가.

License: MIT MCP Compliant Patented Architecture


⚡ @axd/browser-mcp가 필요한 이유?

기존 AI Computer-Use 도구(예: TryCua 또는 원시 스크린샷 에이전트)는 매 단계마다 3MB PNG 스크린샷 전체를 캡처하여 비전 LLM에 업로드하고 픽셀 좌표를 추측합니다.

그 결과 다음과 같은 문제가 발생합니다:

  • 🐌 클릭당 5초 이상의 지연.

  • 💸 클릭당 $0.05 – $0.15의 비전 토큰 비용.

  • 🚫 로봇식 직선 마우스 이동으로 인한 즉시 Cloudflare 차단.

@axd/browser-mcp 는 직접적인 Chrome DevTools Protocol(CDP)과 네이티브 Bezier 입력 합성을 사용하여 이 문제를 완전히 해결합니다:

항목

표준 픽셀 CUA

@axd/browser-mcp

실행 지연 시간

3,000 – 5,000 ms

< 10 ms (서브 밀리초)

비전 토큰 비용

~$0.05 / 작업

🆓 $0.00 (비전 토큰 0개)

봇 탐지 회피

❌ Cloudflare 탐지 유발

🛡️ humanize.js Bezier 곡선 및 지터(Jitter)

개인정보 및 보안

⚠️ 스크린샷 클라우드 전송

🔒 100% 온디바이스 / 비수탁형


Related MCP server: Pilot

🚀 빠른 시작 (Claude Desktop / Cursor)

이 내용을 claude_desktop_config.json에 추가하세요:

{
  "mcpServers": {
    "axd-browser": {
      "command": "npx",
      "args": ["-y", "@axd/browser-mcp"]
    }
  }
}

🛠️ 제공되는 MCP 도구

  1. browser_navigate: 봇 지문 탐지를 우회하는 스텔스 URL 탐색.

  2. browser_click: 비선형 Bezier 속도 곡선으로 DOM 요소를 클릭.

  3. browser_extract: 10ms 미만으로 깨끗한 텍스트, 제목, 구조를 추출.

  4. browser_type: 자연스러운 인간 키 입력 간격 지터로 텍스트 입력.

  5. browser_evaluate: 브라우저 내 임의 JavaScript 실행.


💼 상업용 및 Pro 티어

  • 무료 티어: 월 100회 자율 브라우저 작업.

  • Pro 티어 ($29/월): 무제한 작업, 멀티탭 오케스트레이션, 리지덴셜 프록시 라우팅.

저자: Diego Nanini
문의: diegonanini23@gmail.com

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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 Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that provides tools for interacting with Chrome through its DevTools Protocol, enabling remote control of Chrome tabs to execute JavaScript, capture screenshots, monitor network traffic, and more.
    44
    53
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A high-performance browser automation MCP server that provides AI agents with a fast, persistent Chromium instance via Playwright. It features reference-based element interaction, snapshot diffing, and manual handoff capabilities to handle complex tasks like CAPTCHAs.
    61
    17
    32
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server for stealth browser automation that uses human-like interaction patterns to bypass bot detection via the Chrome DevTools Protocol. It enables users to navigate, interact with elements, and capture data from websites using undetectable behaviors like Bezier mouse movements and Gaussian typing delays.
    180
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants

  • Free remote MCP server for fetching public web pages through a rotating proxy pool.

  • Headless-browser-as-JSON with memorymarket cache economics. Real Chromium, crypto settlement.

View all MCP Connectors

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/AXD-dev01/axd-browser-mcp'

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