@tokens/dsh-browser-use
@tokens/dsh-browser-use
TokensHarness 브라우저 조작 플러그인: 모델이 보이는 실제 브라우저를 직접 구동할 수 있게 합니다(탐색, 클릭, 양식 작성, 스크린샷, 페이지 구조 읽기).
이 플러그인은 자체 브라우저 자동화를 개발하지 않습니다. 얇은 제품화 래퍼입니다:
브라우저 조작은 microsoft/playwright-mcp(Playwright 공식 MCP server, 이 플러그인에 번들 포함)가 제공하며, 총 24개 도구를 제공합니다;
연결 브리지는 상위
@deepseek-ai/dsh-mcp-client가 제공하며, 도구는mcp__browser__*로 모델에 등록됩니다;이 플러그인은 매개변수 변환(사용자 친화적 Config → CLI 매개변수)과 크로스 플랫폼 spawn(Windows는 ComSpec 래핑, npx 및 네트워크에 의존하지 않음)만 수행합니다.
기본 동작
헤드 모드: 모델이 조작할 때 실제 브라우저 창이 열리며, 전체 과정이 보입니다;
시스템 Chrome 재사용: 독립 Chromium을 다운로드하지 않아 설치 패키지 용량 부담이 없습니다;
영구 profile: 로그인 상태를 유지하여, 모델이 이미 로그인된 사이트에서 작업할 수 있습니다.
Related MCP server: Cloudflare Playwright MCP
설정
- id: tokens-browser-use
name: '@tokens/dsh-browser-use'
config:
browser: chrome # chrome | msedge | chromium | firefox | webkit
headless: false # true 则后台运行不弹窗
isolated: false # true 则每次全新环境(不保留登录态)
caps: '' # 追加能力,如 "vision,pdf"
executablePath: '' # 浏览器可执行文件绝对路径,留空自动发现모든 기본값은 identity.js에 집중되어 있으며, 사용자는 profile 패치로 필요에 따라 덮어쓸 수 있습니다. 설정 변경은 재시작 외의 작업이 필요 없습니다(플러그인 설치/제거는 재시작 필요).
개발
npm install
npm run check # 语法 + 6 项单测This server cannot be installed
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
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.
Related MCP Connectors
E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
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/TokensAPI/tokens_DshBrowserUse_code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server