@tokens/dsh-browser-use
Allows controlling a Firefox browser for automation tasks such as navigation, clicking, form filling, screenshots, and reading page structure.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@tokens/dsh-browser-useGo to wikipedia and search for 'MCP' then return the first paragraph"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@tokens/dsh-browser-use
TokensHarness browser automation plugin: lets the model directly drive a visible real browser (navigate, click, fill forms, take screenshots, read page structure).
This plugin doesn't develop its own browser automation — it's a thin productized wrapper:
Browser operations are provided by microsoft/playwright-mcp (Playwright's official MCP server, bundled with this plugin), with a total of 24 tools;
The integration bridge comes from upstream
@deepseek-ai/dsh-mcp-client, with tools registered to the model asmcp__browser__*;This plugin only handles parameter translation (user-friendly Config → CLI parameters) and cross-platform spawn (Windows wrapped via ComSpec, no dependency on npx or the network).
Default Behavior
Headed mode: a real browser window pops up while the model is operating, fully visible the whole time;
Reuses system Chrome: no standalone Chromium download, zero size overhead on the install package;
Persistent profile: preserves the login state, so the model can work on sites you're already signed in to.
Related MCP server: Cloudflare Playwright MCP
Configuration
- 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: '' # 浏览器可执行文件绝对路径,留空自动发现All defaults are centralized in identity.js. Users can override them as needed via profile patches; changing the config requires nothing beyond a restart (installing/uninstalling plugins requires a restart).
Development
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