nuphus-mcp
dsh-nuphus-mcp
DeepSeek Harness (DSH) 插件,用于挂载 nuphus-mcp 桌面自动化 MCP 服务器,作为原生 DSH 工具——为您的 DSH 代理提供计算机使用能力。
此包不包含 nuphus-mcp 代码。它是一个轻量级 Cordis 包装器,通过官方的
@deepseek-ai/dsh-mcp-client 在 stdio 上生成现有的 nuphus-mcp 二进制文件,
因此 MCP 服务器保持为纯 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,因此
插件会自动激活——无需手动编辑 cordis.patch.yml。
Related MCP server: OmniFlow
您将获得
所有 38 个 nuphus-mcp 工具将注册为
mcp__nuphus-mcp__*(例如mcp__nuphus-mcp__desktop_click、mcp__nuphus-mcp__browser_snapshot)。nuphus-mcp将在首次启动时自动安装(如果尚未在PATH中,则执行npm install -g @nuphus/nuphus-mcp),因此仅安装插件即可。默认启用
--confirm-write——写入工具需要显式的"confirm": true参数。BYOK 视觉密钥和外部浏览器 CDP 端点从与其他客户端相同的
NUPHUS_MCP_*环境变量中读取。
要求
DeepSeek Harness 使用
web配置文件(npx @deepseek-ai/dsh web)Node.js
^22.19或>=24以及npm(由自动安装回退使用)DSH 必须在您想要控制的机器的桌面会话中运行
配置
默认值;可通过 cordis.yml / 补丁在 dsh-nuphus-mcp 行上覆盖:
字段 | 默认值 | 描述 |
|
| 工具命名空间( |
|
| 要生成的可执行文件 |
|
| CLI 参数 |
|
| 每次调用的超时时间(DSH 默认 60000 对于截图/OCR 来说太短) |
|
| 断开后自动重新连接 |
许可证
MIT
Related MCP Servers
- Alicense-qualityDmaintenanceA Windows desktop GUI control MCP server that enables agents to operate semantic objects rather than fragile screen coordinates. It provides structured, executable interface facts for visual-first desktop automation with tools for clicking, scrolling, typing, and hotkey operations.6MIT
- Alicense-qualityBmaintenanceEnables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.MIT
- Flicense-qualityDmaintenanceEnables automation of native Windows desktop applications through screen capture, mouse/keyboard control, and waiting for UI changes, exposing them as MCP tools.1
- AlicenseAqualityBmaintenanceProvides browser automation, audio transcription, and LLM chat as MCP tools for any agent.7MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call.
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrpulor-gh/dsh-nuphus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server