Asklear Browser MCP
OfficialAsklear Browser MCP
Asklear용 로컬 브라우저 수집 게이트웨이 — Asklear 확장 프로그램을 통해 Chrome 브라우저를 구동하는 stdio MCP 서버입니다.
페이지 콘텐츠와 로그인 상태는 절대 컴퓨터를 떠나지 않습니다. 모든 브라우저 작업은 로컬에서 실행되며, Asklear 서비스는 쿠키, 자격 증명 또는 페이지 데이터를 볼 수 없습니다.
제공 기능
MCP 호환 에이전트(Claude Code, Codex, WorkBuddy, Trae 등)에서 사용할 수 있는 6가지 브라우저 도구:
도구 | 용도 |
| 백그라운드 탭에서 URL 열기 |
| 현재 페이지의 접근성 트리 스냅샷 |
| 요소 클릭 |
| 입력란에 입력 |
| 페이지 스크롤 |
| 페이지에서 구조화된 텍스트/마크다운 추출 |
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": []
}
}
}사전 요구 사항
Google Chrome 설치
Asklear Chrome 확장 프로그램 설치 및 계정에 연결
확인:
curl http://127.0.0.1:8765/health→{"extension_connected": true}
작동 방식
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를 사용하세요:
연결 | 용도 | 전송 |
| 데이터 조회, 시장 조사 | 원격 HTTP (OAuth) |
| 브라우저 수집, 페이지 추출 | 로컬 stdio |
둘 다 공존할 수 있습니다. 에이전트가 자동으로 올바른 도구를 선택합니다.
라이선스
Apache-2.0. LICENSE를 참조하세요.
Maintenance
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
- AlicenseNot gradedqualityNot gradedmaintenanceAn 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.
- AlicenseAqualityDmaintenanceSelf-hosted MCP server for AI browser automation. Connects to your own Chromium instance via CDP, providing tools for browser control, navigation, interaction, and content extraction.191MIT
- FlicenseNot gradedqualityBmaintenanceStandalone browser automation MCP server supporting both BrowserOS and standard Chrome. Enables 16 MCP tools for browser control including navigation, interaction, and content extraction.13
- AlicenseNot gradedqualityCmaintenanceLocal browser automation MCP server for Claude Code, enabling navigation, clicking, typing, and inspecting real web pages via Google Chrome.131MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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