nuphus-mcp 官方 DSH 插件(由 nuphus-mcp 维护者发布):桌面 + 浏览器自动化(38 个工具),配 PaddleOCR 元素感知与 Chrome CDP 浏览,经常驻 stdio MCP 子进程接入。
安装
# npm 包(预构建)
dsh plugin --profile web add dsh-nuphus-mcp
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:mrpulor-gh/dsh-nuphus-mcp
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
DSH 插件:把 nuphus-mcp 挂载为 DSH
原生工具——为你的智能体提供"计算机使用"能力。不含任何 nuphus-mcp 代码:只是
薄 Cordis 外壳,经 @deepseek-ai/dsh-mcp-client 以 stdio 拉起 nuphus-mcp
二进制。
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mrpulor-gh/dsh-nuphus-mcp
重启 dsh --profile web 即自动激活(dsh.bundle.patch)。
效果
- 38 个工具全部注册为
mcp__nuphus-mcp__* - 首次启动时若 PATH 上没有
nuphus-mcp会自动安装 - 默认开启
--confirm-write(写工具需显式"confirm": true) - 与其他客户端共用同一套
NUPHUS_MCP_*环境变量
环境要求
- DSH
webprofile,Node.js^22.19/>=24 - DSH 需运行在被控机器的桌面会话里
配置
可在 cordis.yml / patch 中覆盖:
| 字段 | 默认值 | 说明 |
|---|---|---|
serverName |
nuphus-mcp |
工具命名空间 |
command |
nuphus-mcp |
要启动的可执行文件 |
args |
["--confirm-write"] |
命令行参数 |
toolCallTimeoutMs |
120000 |
单次调用超时(截图/OCR 超过 60000) |
reconnect.enabled |
true |
掉线自动重连 |
工具清单、视觉密钥、外部浏览器 CDP 接入见 nuphus-mcp README。
License
MIT
链接
同类插件
superdesigndev/treg★ 477
给 Agent 的工具目录:按「要做的事」检索约 2,600 个外部接口(SEO 与 SERP、外链、社交、人物与公司信息补全、广告库、抓取),查看参数与单次调用价格后直接调用,凭据由服务端注入。附带技能,MCP 行在未设置 TREG_TOKEN 前保持禁用。
zhaoolee/notes#dsh-plugin★ 147
将 DSH 对话导出为锤子便签风格 PNG,或在配置的账号工作区中新建和更新 Markdown 便签。
taxueseek/argo#dsh-plugin★ 101
专为 agent 打造的搜索工具:多语言,覆盖中文/英文/学术/代码/购物/金融/新闻/百科。
omdsh-dev/dsh-data-agent★ 55
让 AI 帮你连数据库、写 SQL。
heartleo/hn-cli#hacker-news★ 50
用于获取 Hacker News 榜单、讨论串、搜索和用户资料的工具。
geml-spec/geml#integrations/dsh-plugin★ 24
按块寻址的文档读写:MCP server 提供 geml_get / geml_set / geml_check 等工具,Agent 只取回或改写 Markdown、GEML 文档中的某一个块,而不是整篇文件。另带 GEML 写作技能,以及把项目调用图构建为 GEML codemap 并浏览的代码图谱技能。