dsh-nuphus-mcp
模型与 MCP 活跃维护

dsh-nuphus-mcp

mrpulor-gh/dsh-nuphus-mcp

可将nuphus-mcp桌面自动化MCP服务器直接挂载为系统原生工具,无需额外配置即可通过标准mcpnuphus-mcp*接口调用桌面自动化能力,实现本地操作流程的快速集成与自动化执行。

2
Stars 标星
1
Forks 分支
2
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
44 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:mrpulor-gh/dsh-nuphus-mcp
git clone https://github.com/mrpulor-gh/dsh-nuphus-mcp.git
git clone git@github.com:mrpulor-gh/dsh-nuphus-mcp.git
README.md master

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:

Field Default Description
serverName nuphus-mcp Tool namespace
command nuphus-mcp Executable to spawn
args ["--confirm-write"] CLI args
toolCallTimeoutMs 120000 Per-call timeout (screenshots/OCR exceed 60000)
reconnect.enabled true Auto-reconnect

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

License

MIT