DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Multisim Mcp Dsh Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

multisim-mcp-dsh-plugin

Multisim Mcp Dsh Plugin

DeepSeek Harness plugin for NI Multisim circuit generation, simulation, optimization, and lab reports via MCP

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add multisim-mcp-dsh-plugin@1.1.0
READMECompatibilityVersions

Compatibility and provenance

Multisim Mcp Dsh Plugin is published as multisim-mcp-dsh-plugin and currently resolves to version 1.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

1.1.0stable
8/23/2026
Show 1 more versionCollapse versions
1.3.0-rc.1prerelease
9/13/2026

Related plugins

Loading related plugins…

Latest
1.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
5.1 kB
Files
4
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
219
Security scan
✓ v1.1.0 scan passed
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。

README

Multisim MCP 的 DeepSeek Harness 插件

这是一个可独立安装的 Harness bundle。它把 Multisim MCP 注册为 mcp__multisim__* 工具,并默认使用 experiment Tool Profile。

安装

先在 32 位 Python 中安装与 bundle 同版本的 multisim-mcp,设置该解释器路径, 再把固定版本的 bundle 加入 Harness profile:

$env:MULTISIM_MCP_PYTHON = "C:\path\to\python32\python.exe"
& $env:MULTISIM_MCP_PYTHON -m pip install "multisim-mcp==1.1.0"
dsh plugin --profile web add "multisim-mcp-dsh-plugin@1.1.0"
dsh --profile web --dump-config

安装或升级 bundle 后应重新启动该 profile。发布前验证当前源码时,应先用 npm pack .\integrations\deepseek-harness --ignore-scripts 生成 .tgz,再把该 tarball 的绝对路径交给 dsh plugin ... add,以验证与最终发布相同的包边界。

维护者发布前必须运行 Registry 与包边界守卫。首次发布需要本地 2FA;后续版本使用 OIDC 暂存并由维护者 2FA 审批。完整步骤见 docs/DEEPSEEK_HARNESS_NPM_RELEASE.md。

可选环境变量:

  • MULTISIM_MCP_TOOL_PROFILE:core、experiment、optimization 或 full;
  • MULTISIM_MCP_TEMPLATE_DIR:本地组件模板包;
  • MULTISIM_MCP_WORKDIR:实验工作目录;
  • MULTISIM_MCP_ARTIFACT_EXPORT_DIR:允许导出产物的根目录。

不要把 DEEPSEEK_API_KEY 放入 MCP 子进程配置。该凭据只属于 Harness。 MCP 服务器命令在 agent 沙箱之外执行,应当只安装可信发布物并固定版本。

English summary

This package is an installable DeepSeek Harness bundle for Multisim MCP. Install it with dsh plugin --profile web add multisim-mcp-dsh-plugin@1.1.0, set MULTISIM_MCP_PYTHON to the 32-bit Python interpreter containing multisim-mcp==1.1.0, and restart the profile. Model credentials remain in Harness and are never forwarded to the MCP child process. Maintainer release instructions are in docs/DEEPSEEK_HARNESS_NPM_RELEASE.md.