Skip to main content
Glama
TokensAPI

@tokens/dsh-browser-use

by TokensAPI

@tokens/dsh-browser-use

Plugin de operaciones de navegador de TokensHarness: permite que el modelo controle directamente un navegador real visible (navegar, hacer clic, rellenar formularios, capturar pantallas, leer la estructura de la página).

Este plugin no desarrolla su propia automatización de navegador; es una fina capa de empaquetado de producto:

  • Las operaciones de navegador las proporciona microsoft/playwright-mcp (el servidor MCP oficial de Playwright, incluido con este plugin), con 24 herramientas en total;

  • El puente de integración lo proporciona el @deepseek-ai/dsh-mcp-client upstream; las herramientas se registran para el modelo como mcp__browser__*;

  • Este plugin solo se encarga de la traducción de parámetros (Config amigable → argumentos de CLI) y del spawn multiplataforma (en Windows se envuelve mediante ComSpec, sin depender de npx ni de la red).

Comportamiento por defecto

  • Modo con interfaz: al operar, el modelo abre una ventana de navegador real, visible en todo momento;

  • Reutiliza el Chrome del sistema: no descarga un Chromium independiente, el paquete de instalación no añade peso;

  • Perfil persistente: conserva el estado de sesión, de modo que el modelo puede trabajar en los sitios donde ya has iniciado sesión.

Related MCP server: Cloudflare Playwright MCP

Configuración

- 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: ''     # 浏览器可执行文件绝对路径,留空自动发现

Todos los valores predeterminados se centralizan en identity.js; el usuario puede sobrescribirlos según sea necesario mediante parches de perfil. Cambiar la configuración no requiere ninguna acción aparte de reiniciar (instalar o desinstalar el plugin requiere reiniciar).

Desarrollo

npm install
npm run check   # 语法 + 6 项单测
F
license - not found
Not graded
quality - not tested
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

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.

View all related MCP servers

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.

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/TokensAPI/tokens_DshBrowserUse_code'

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