Skip to main content
Glama
TokensAPI

@tokens/dsh-browser-use

by TokensAPI

@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 をダウンロードせず、インストールパッケージの容量負荷はゼロ;

  • 永続化プロファイル:ログイン状態を保持し、モデルはログイン済みのサイトで作業できます。

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 に集約されており、ユーザーはプロファイルパッチで必要に応じて上書きできます。設定変更には再起動以外の操作は不要です(プラグインのインストール/アンインストールには再起動が必要)。

開発

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