get_file_images

Pack: figma · Endpoint: https://gateway.pipeworx.io/figma/mcp

Render images of specific nodes in a Figma design file. Returns a map of node id to a rendered image URL. Use to get visual previews (PNG, SVG, or JPG) of frames, components, or layers from a design.

Parameters

NameTypeRequiredDescription
file_keystringyesThe Figma file key (the segment after /file/ or /design/ in a Figma URL).
node_idsstringyesComma-separated list of node ids to render (e.g. “1:2,1:3”).
formatstringnoImage output format (default “png”).
scalenumbernoImage scale factor, 0.01–4 (default 1).

Example call

curl -X POST https://gateway.pipeworx.io/figma/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_file_images","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "figma": {
      "url": "https://gateway.pipeworx.io/figma/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 3, 2026