Skip to content

Figma Mcp Downloader

Free

by MCP Community

CLI for saving Figma MCP tool results to local files

v1.1.0Added Apr 12, 2026
figmamcpclidesigndownload
Works with:ClaudeGPTGeminiCopilot

Figma Mcp Downloader MCP Server

CLI for saving Figma MCP tool results to local files

Installation

npx -y figma-mcp-downloader

Reviews

Leave a Review

Installation

Quick install
npx -y figma-mcp-downloader
Add to claude_desktop_config.json
{
  "mcpServers": {
    "figma-mcp-downloader": {
      "command": "npx",
      "args": ["-y", "figma-mcp-downloader"]
    }
  }
}