DSH Hub

mrpulor-gh/dsh-nuphus-mcp

dsh-nuphus-mcp

BundleWorkflow3 GitHub stars· updated 2026-08-19

DeepSeek Harness (DSH) plugin: mount the nuphus-mcp desktop automation MCP server as native tools (mcp__nuphus-mcp__*).

Install

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

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

dsh-nuphus-mcp DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/dsh-nuphus-mcp.svg)](https://dshhub.dev/plugins/dsh-nuphus-mcp)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from mrpulor-gh/dsh-nuphus-mcp, cleaned of badges and images.

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

Related plugins