DSH Market
B

Browser Bridge

by hanelalo · hanelalo/browser-bridge

InstallableMCP Servercopy into placefresh

让你的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

The command and URL above are not stored in our index — no MCP server exposes them in a machine-readable way. Take them from the repository README; everything else in the row is fixed by the bridge.

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 checkedResultWeightWhat the spec says about it
lifecycleScriptspassinfono install-time scripts
entityTypepassinfomcp-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