f2c-mcp-server

figma_get_images

Extract images from Figma nodes by specifying file key, node IDs, format, scale, and other parameters. Supports formats like PNG, JPG, SVG, and PDF for efficient design asset retrieval.

Instructions

Get images of Figma nodes

Input Schema

NameRequiredDescriptionDefault
fileKeyYesUnique identifier of the Figma file
formatNoImage format, e.g., png, jpg, svg
idsYesNode IDs to get images for, comma separated
personalTokenNoYour Figma personal access token
scaleNoImage scale factor
svg_include_idNoWhether SVG includes ID
svg_simplify_strokeNoWhether to simplify SVG strokes
use_absolute_boundsNoWhether to use absolute bounds
versionNoSpecify the version to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileKey": { "description": "Unique identifier of the Figma file", "type": "string" }, "format": { "description": "Image format, e.g., png, jpg, svg", "enum": [ "jpg", "png", "svg", "pdf" ], "type": "string" }, "ids": { "description": "Node IDs to get images for, comma separated", "type": "string" }, "personalToken": { "description": "Your Figma personal access token", "type": "string" }, "scale": { "description": "Image scale factor", "type": "number" }, "svg_include_id": { "description": "Whether SVG includes ID", "type": "boolean" }, "svg_simplify_stroke": { "description": "Whether to simplify SVG strokes", "type": "boolean" }, "use_absolute_bounds": { "description": "Whether to use absolute bounds", "type": "boolean" }, "version": { "description": "Specify the version to return", "type": "string" } }, "required": [ "fileKey", "ids" ], "type": "object" }

You must be authenticated.

Other Tools from f2c-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/f2c-ai/f2c-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server