Official DSH plugin for nuphus-mcp (by the nuphus-mcp maintainers): desktop and browser automation (38 tools) with PaddleOCR element perception and Chrome CDP browsing, via a persistent stdio MCP child process.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-nuphus-mcp
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:mrpulor-gh/dsh-nuphus-mcp
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
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-mcpon first boot if missing onPATH --confirm-writeon by default (write tools need"confirm": true)- Same
NUPHUS_MCP_*env vars as every other client
Requirements
- DSH
webprofile, 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
Links
More in this category
superdesigndev/treg★ 477
Tool catalog for agents: search ~2,600 external endpoints (SEO and SERP, backlinks, social, people and company enrichment, ad libraries, scraping) by the task you want done, read each one's parameters and per-call price, then call it with the credential injected server-side. Ships the skill plus an MCP row that stays disabled until TREG_TOKEN is set.
zhaoolee/notes#dsh-plugin★ 147
Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.
taxueseek/argo#dsh-plugin★ 101
Search built for agents: multilingual coverage across web, academic, code, shopping, finance, news, and encyclopedias.
omdsh-dev/dsh-data-agent★ 55
Let the AI connect to databases and write SQL for you.
heartleo/hn-cli#hacker-news★ 50
Hacker News tools for feeds, discussion threads, search, and user profiles.
geml-spec/geml#integrations/dsh-plugin★ 24
Block-addressed document editing: an MCP server exposing geml_get / geml_set / geml_check and friends, so an agent reads or rewrites one addressed block of a Markdown or GEML document instead of the whole file. Ships the GEML authoring skill and a code-graph skill that builds and navigates a project call graph as GEML codemaps.