npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-nuphus-mcp

v0.2.1

Published

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

Readme

dsh-nuphus-mcp

DSH 插件:把 nuphus-mcp 挂载为 DSH 原生工具——为你的智能体提供"计算机使用"能力。不含任何 nuphus-mcp 代码:只是 薄 Cordis 外壳,经 @deepseek-ai/dsh-mcp-client 以 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)。

效果

  • 38 个工具全部注册为 mcp__nuphus-mcp__*
  • 首次启动时若 PATH 上没有 nuphus-mcp自动安装
  • 默认开启 --confirm-write(写工具需显式 "confirm": true
  • 与其他客户端共用同一套 NUPHUS_MCP_* 环境变量

环境要求

  • DSH web profile,Node.js ^22.19 / >=24
  • DSH 需运行在被控机器的桌面会话里

配置

可在 cordis.yml / patch 中覆盖:

| 字段 | 默认值 | 说明 | |------|--------|------| | serverName | nuphus-mcp | 工具命名空间 | | command | nuphus-mcp | 要启动的可执行文件 | | args | ["--confirm-write"] | 命令行参数 | | toolCallTimeoutMs | 120000 | 单次调用超时(截图/OCR 超过 60000) | | reconnect.enabled | true | 掉线自动重连 |

工具清单、视觉密钥、外部浏览器 CDP 接入见 nuphus-mcp README。

License

MIT