figma-mcp-downloader

📁 yuichiroharai/figma-mcp-downloader 📅 Jan 16, 2026
14
总安装量
4
周安装量
#23864
全站排名
安装命令
npx skills add https://github.com/yuichiroharai/figma-mcp-downloader --skill figma-mcp-downloader

Agent 安装分布

codex 3
gemini-cli 2
replit 1
opencode 1
kimi-cli 1

Skill 文档

Figma MCP Downloader

Prerequisites

  • Figma Desktop app must be running (Local MCP server starts automatically)

Integration with Other Figma Skills

When this CLI and other Figma-related skills (such as implement-design) are triggered together:

  1. First, use this CLI to download complete design context and metadata
  2. Then, proceed with the other skill’s workflow using the downloaded files
  3. This ensures 100% complete data before any Figma-related operations begin

Examples

Download design context as JSX

npx figma-mcp-downloader get_design_context design_context.jsx -i "123:456" -c -l typescript -f react,tailwindcss

Download design context with AI guidance

npx figma-mcp-downloader get_design_context design_context.json -i "123:456" -l html,css,javascript -f vue

Download design context with assets

Use -d to download image, vector, and video assets locally. Requires Figma Desktop’s “Image source” to be “Download”.

npx figma-mcp-downloader get_design_context design_context.jsx -i "123:456" -c -d /home/user/my-project/src/public/images -l typescript -f react,tailwindcss

Download metadata as XML

npx figma-mcp-downloader get_metadata metadata.xml -i "123:456" -c -l typescript -f react,tailwindcss

Download metadata with AI guidance

npx figma-mcp-downloader get_metadata metadata.json -i "123:456" -l html,css,javascript -f vue

CLI Reference

For complete options and detailed usage, see CLI Reference.