You're viewing a demo portfolio

Join the waitlist
PRSM

get_file_images

Active

Tool of Figma

declared in 0.1.0

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 schema

{
  "type": "object",
  "required": [
    "file_key",
    "node_ids"
  ],
  "properties": {
    "scale": {
      "type": "number",
      "description": "Image scale factor, 0.01–4 (default 1)."
    },
    "format": {
      "enum": [
        "png",
        "svg",
        "jpg"
      ],
      "type": "string",
      "description": "Image output format (default \"png\")."
    },
    "file_key": {
      "type": "string",
      "description": "The Figma file key (the segment after /file/ or /design/ in a Figma URL)."
    },
    "node_ids": {
      "type": "string",
      "description": "Comma-separated list of node ids to render (e.g. \"1:2,1:3\")."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Figma

https://github.com/pipeworx-io/mcp-figma

1/7 registries
View full server →
get_file_images — Figma — PRSM MCP