Figma Mcp Downloader
Freeby MCP Community
CLI for saving Figma MCP tool results to local files
v1.1.0Added Apr 12, 2026
figmamcpclidesigndownload
Figma Mcp Downloader MCP Server
CLI for saving Figma MCP tool results to local files
Installation
npx -y figma-mcp-downloader
Reviews
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"]
}
}
}