
让你的agent真的像你一样操控你的浏览器窗口
Install Browser Bridge
Not a bundle: wire it through the official mcp-client bridge with a single config row.
This is an MCP server, not a DSH bundle. It is wired in through the official @deepseek-ai/dsh-mcp-client bridge: one plugin row in your config, pointing at either a stdio command or an http endpoint. Its tools then appear to the agent as mcp__browser-bridge__<tool>, the same naming Claude Code and Codex use.
One config row for the mcp-client bridge — fill the command or URL from this repo's README
{
"name": "@deepseek-ai/dsh-mcp-client",
"config": {
"server": "browser-bridge",
"command": "<stdio command from the README>",
"url": "<or an http endpoint, if the server is remote>"
}
}Placeholders are placeholders
Prerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- Rust
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| entityType | pass | info | mcp-server is not installed via `dsh plugin add` |
- Verdict reason
- mcp-server uses its own install path, so bundle checks do not apply
- package.json read
- extension/package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
通过 WebSocket 把本地工具和真实浏览器连接起来的桥,不需要 CDP。 扩展安装在浏览器里,作为"手";server 是本地的 WebSocket 枢纽;client 是发指令的入口(Rust CLI),也可通过 bridge-mcp 暴露给 Claude / Cursor 等 agent。 | 目录 | 技术 | 职责 | |------|------|------| | `extension/` | Vue 3 + TypeScript(WXT / Manifest V3) | 安装在浏览器里,执行指令 | | `server/` | Rust(tokio + tokio-tungstenite) | WebSocket 枢纽,路由指令与响应 | | `client/` | Rust CLI(clap) | 发指令、打印结果 | | `bridge-core/` | Rust 共享库 | 传输层(连接/自动拉起/重连)、元素定位、站点配方 | | `bridge-mcp/` | Rust(rmcp,MCP server) | stdio 暴露全部指令为 MCP tools,供 Claude / Codex / Cursor 调用 |
Topics
GitHub topics on this repository
More in Mcp Server Model Context Protocol
Ranked by similarity inside the cluster, not alphabetically
Dsh Mcp Install
LimeBlogs
teach dsh to install MCP server
Hypermesh Mcp
wangguan1995
HyperMesh MCP server - STP to HM conversion as a DeepSeek Harness plugin
Fdtd Mcp
plaask
MCP server for Lumerical FDTD
Dsh Workspace Mcp
Momojie-S
DSH 插件: 按 workspace 加载 MCP server (agent-scoped)
Deepseek Mcp Image
Chuyuxuan0v0
给 DeepSeek 用的识图 MCP 服务器:让不支持图片输入的 LLM 也能看图(基于商汤的SenseNova 6.8 Flash-Lite)。
Toybox
omdsh-dev
No description provided.