Skip to main content
Glama
TokensAPI

@tokens/dsh-browser-use

by TokensAPI

@tokens/dsh-browser-use

TokensHarness-Browser-Aktions-Plugin: ermöglicht es dem Modell, einen sichtbaren echten Browser direkt zu steuern (Navigation, Klicken, Ausfüllen von Formularen, Screenshots, Lesen der Seitenstruktur).

Dieses Plugin implementiert keine eigene Browser-Automatisierung – es ist eine dünne Produktkapselung:

  • Die Browser-Aktionen werden von microsoft/playwright-mcp (offizieller Playwright-MCP-Server, mit diesem Plugin gebündelt) bereitgestellt, insgesamt 24 Tools;

  • Die Integrationsbrücke wird vom vorgelagerten @deepseek-ai/dsh-mcp-client bereitgestellt; die Tools werden dem Modell als mcp__browser__* registriert;

  • Dieses Plugin übernimmt lediglich die Parameterübersetzung (benutzerfreundliche Konfiguration → CLI-Parameter) und das plattformübergreifende Spawnen (unter Windows über ComSpec gekapselt, ohne Abhängigkeit von npx und Netzwerk).

Standardverhalten

  • Headful-Modus: Wenn das Modell agiert, wird ein echtes Browserfenster geöffnet und bleibt durchgehend sichtbar;

  • Wiederverwendung des systemeigenen Chrome: Es wird kein eigenständiges Chromium heruntergeladen; das Installationspaket hat keinerlei zusätzlichen Speicherbedarf;

  • Persistentes Profil: Der Anmeldezustand bleibt erhalten, sodass das Modell auf Websites arbeiten kann, auf denen du bereits angemeldet bist.

Related MCP server: Cloudflare Playwright MCP

Konfiguration

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

Alle Standardwerte sind in identity.js gebündelt; Benutzer können sie bei Bedarf über Profil-Patches überschreiben. Zum Ändern der Konfiguration ist kein Neustart erforderlich (nur beim Installieren/Deinstallieren von Plugins ist ein Neustart nötig).

Entwicklung

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