DeepSeek Harness 插件

dsh-nuphus-mcp

nuphus-mcp 官方 DSH 插件(由 nuphus-mcp 维护者发布):桌面 + 浏览器自动化(38 个工具),配 PaddleOCR 元素感知与 Chrome CDP 浏览,经常驻 stdio MCP 子进程接入。

跳到安装方式

来源信息

GitHub 仓库
mrpulor-gh/dsh-nuphus-mcp
最近更新
2026年8月19日
分类
工具与能力
GitHub stars
0

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/mrpulor-gh/dsh-nuphus-mcp
GitHub:https://github.com/mrpulor-gh/dsh-nuphus-mcp
插件名:dsh-nuphus-mcp
作者:mrpulor-gh
安装命令:dsh plugin --profile web add dsh-nuphus-mcp

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-nuphus-mcp

DSH plugin that mounts nuphus-mcp as native DSH tools — computer use for your agents. No nuphus-mcp code inside: a thin Cordis wrapper that spawns the nuphus-mcp binary over stdio via @deepseek-ai/dsh-mcp-client.

Install

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mrpulor-gh/dsh-nuphus-mcp

Restart dsh --profile web — activation is automatic (dsh.bundle.patch).

What you get

  • All 38 tools register as mcp__nuphus-mcp__*
  • Auto-installs nuphus-mcp on first boot if missing on PATH
  • --confirm-write on by default (write tools need "confirm": true)
  • Same NUPHUS_MCP_* env vars as every other client

Requirements

  • DSH web profile, Node.js ^22.19 / >=24
  • DSH must run in the desktop session of the controlled machine

Config

Overridable in cordis.yml / patch:

FieldDefaultDescription
serverNamenuphus-mcpTool namespace
commandnuphus-mcpExecutable to spawn
args["--confirm-write"]CLI args
toolCallTimeoutMs120000Per-call timeout (screenshots/OCR exceed 60000)
reconnect.enabledtrueAuto-reconnect

Tool list, vision keys and external-browser CDP setup live in the nuphus-mcp README.

License

MIT