@tokens/dsh-browser-use
@tokens/dsh-browser-use
Плагин TokensHarness для браузерных операций: позволяет модели напрямую управлять видимым реальным браузером (навигация, клики, заполнение форм, скриншоты, чтение структуры страницы).
Этот плагин не реализует собственную автоматизацию браузера — это тонкая продуктовая обёртка:
Браузерные операции предоставляются microsoft/playwright-mcp (официальный MCP-сервер Playwright, поставляется в комплекте с этим плагином), всего 24 инструмента;
Мост интеграции предоставляется апстрим-пакетом
@deepseek-ai/dsh-mcp-client, инструменты регистрируются для модели какmcp__browser__*;Этот плагин занимается только трансляцией параметров (удобный для пользователя Config → параметры CLI) и кроссплатформенным spawn (в Windows через обёртку ComSpec, без зависимости от npx и сети).
Поведение по умолчанию
Режим с окном (headed): при действиях модели открывается реальное окно браузера, весь процесс виден;
Переиспользование системного 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