Skip to main content
Glama
Asklear

Asklear Browser MCP

Official
by Asklear

Asklear Browser MCP

Asklear용 로컬 브라우저 수집 게이트웨이 — Asklear 확장 프로그램을 통해 Chrome 브라우저를 구동하는 stdio MCP 서버입니다.

페이지 콘텐츠와 로그인 상태는 절대 컴퓨터를 떠나지 않습니다. 모든 브라우저 작업은 로컬에서 실행되며, Asklear 서비스는 쿠키, 자격 증명 또는 페이지 데이터를 볼 수 없습니다.

제공 기능

MCP 호환 에이전트(Claude Code, Codex, WorkBuddy, Trae 등)에서 사용할 수 있는 6가지 브라우저 도구:

도구

용도

navigate

백그라운드 탭에서 URL 열기

observe

현재 페이지의 접근성 트리 스냅샷

click

요소 클릭

fill

입력란에 입력

scroll

페이지 스크롤

extract

페이지에서 구조화된 텍스트/마크다운 추출

Related MCP server: Browser Jet Pilot

설치

uv tool install asklear-browser-mcp

또는 pip를 선호하는 경우:

pip install asklear-browser-mcp

구성

MCP 클라이언트 구성에 다음을 추가하세요:

{
  "mcpServers": {
    "asklear-local": {
      "command": "asklear-browser-mcp",
      "args": []
    }
  }
}

사전 요구 사항

작동 방식

Agent (Claude Code / Codex / …)
  │ stdio JSON-RPC
  ▼
asklear-browser-mcp (this package)
  │ loopback HTTP (127.0.0.1:8765)
  ▼
asklear-browser-connector (auto-started)
  │ WebSocket
  ▼
Asklear Chrome extension → your Chrome tab

로컬 커넥터는 최초 사용 시 자동으로 시작되며 게이트웨이가 종료되면 종료됩니다. 수동 프로세스 관리가 필요 없습니다.

두 가지 연결, 하나의 Asklear

이 패키지는 브라우저 수집만 제공합니다. 데이터 조회(JD/타오바오/PDD/더우인 시장 데이터)의 경우 호스팅된 Asklear MCP를 사용하세요:

연결

용도

전송

asklear

데이터 조회, 시장 조사

원격 HTTP (OAuth)

asklear-local (이 패키지)

브라우저 수집, 페이지 추출

로컬 stdio

둘 다 공존할 수 있습니다. 에이전트가 자동으로 올바른 도구를 선택합니다.

라이선스

Apache-2.0. LICENSE를 참조하세요.

Install Server
A
license - permissive license
C
quality
C
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
    Not graded
    maintenance
    An extension-based MCP server that enables AI assistants to control your existing Chrome browser, leveraging your active login states and settings for automation. It provides over 20 tools for tasks like semantic tab search, screen capture, network monitoring, and direct element interaction.
  • F
    license
    Not graded
    quality
    B
    maintenance
    Standalone browser automation MCP server supporting both BrowserOS and standard Chrome. Enables 16 MCP tools for browser control including navigation, interaction, and content extraction.
    13
  • A
    license
    Not graded
    quality
    C
    maintenance
    Local browser automation MCP server for Claude Code, enabling navigation, clicking, typing, and inspecting real web pages via Google Chrome.
    13
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.

  • Stealth web browser for agents: search, fetch, click and type through persistent sessions over MCP.

  • Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

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/Asklear/asklear-browser-mcp'

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