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.

Figma Mcp — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
F

dsh-figma-mcp

Figma Mcp

DSH's Figma MCP one-click connection plugin

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

npx -y @deepseek-ai/dsh plugin --profile web add github:lubanqihao9875/dsh-figma-mcp#e60a3fcbcd7c57cc29fd7a5d266a32eb54283ed7
READMECompatibilityVersions

Compatibility and provenance

Figma Mcp is published as dsh-figma-mcp and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/17/2026

Versions

0.1.0stable
9/17/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Apache-2.0
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/19/2026
View source ↗
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 integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-figma-mcp

DSH 的 Figma MCP 一键连接插件。

前置要求

DSH ≥ 0.1.2-rc.1(web profile)和 Figma 账号。

安装

# macOS / Linux
dsh plugin --profile web add link:$(pwd)

# Windows(PowerShell)
dsh plugin --profile web add link:"$PWD"

重启 DSH,「设置 → 插件 → Figma」卡片出现,点「连接 Figma」完成授权即可。

卡片状态

未连接时:

未连接

已连接时:

已连接

状态含义该做什么
未连接尚未授权点「连接 Figma」
已连接(绿)token 有效什么都不用做
即将过期(黄)剩余不足 24 小时建议点「刷新授权」
已过期(红)token 已失效点「重新授权」(会开浏览器)

Token 行显示的是打码后的 token;旁边「⧉ 复制」可以拿完整 token 去其它 MCP 客户端手动配置(Authorization: Bearer <token>)——它等同你的 Figma 账号凭据,别外传。

过期与刷新

token 有效期以 Figma 下发为准,临近过期卡片会变黄提醒。「刷新授权」是后台静默续期,不开浏览器;只有完全失效才需要「重新授权」重走一次浏览器流程。

断开与卸载

「断开」只清本地:patch 文件里的 token 和刷新凭据立即删除。卸载插件前先点断开,否则 patch 文件里会残留一条仍然有效的 token。

使用示例

连接成功后,在 DSH 对话里直接把 Figma 链接贴进 prompt,告诉 Agent 你想做什么,Agent 会自动调用 mcp__figma__* 工具读取内容并执行任务。

阅读设计稿内容

帮我看这个设计稿里有什么内容:你的 Figma 文件链接(如 https://www.figma.com/design/<文件ID>)

提取文案做 i18n

从上面这个 Figma 文件里把所有按钮和标题文案抽出来,做成中英文 i18n 表

基于设计稿生成代码

把上面这个 Figma 页面转成 React 代码

下面是一次实际调用的截图:

对话中调用 Figma 工具

安全

  • token 明文存于本地 patch 文件(headers.Authorization: Bearer figu_...,因 streamable-http 传输不支持表达式求值),文件以 0o600 权限原子写入,不要分享 patch 文件、完整 token 或相关截图。

常见问题

  • 点「连接 Figma」浏览器没弹出来:检查是否被弹窗拦截器拦截。