Figma Mcp Importer
Freeby MCP Community
CLI for Figma resources downloading from Figma MCP tool results to local files
v1.0.0Added Apr 12, 2026
figmamcpclidesigndownload
Figma Mcp Importer MCP Server
CLI for Figma resources downloading from Figma MCP tool results to local files
Installation
npx -y figma-mcp-importer
Reviews
Installation
Quick install
npx -y figma-mcp-importer
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-mcp-importer": {
"command": "npx",
"args": ["-y", "figma-mcp-importer"]
}
}
}