Skip to main content
Glama

Talk to Figma MCP

MIT License
2,514
3,528
  • Apple
  • Linux

export_node_as_image

Convert Figma design nodes into images in PNG, JPG, SVG, or PDF formats. Specify the node ID and scale to export precise design elements for use in documents or presentations.

Instructions

Export a node as an image from Figma

Input Schema

NameRequiredDescriptionDefault
formatNoExport format
nodeIdYesThe ID of the node to export
scaleNoExport scale

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Export format", "enum": [ "PNG", "JPG", "SVG", "PDF" ], "type": "string" }, "nodeId": { "description": "The ID of the node to export", "type": "string" }, "scale": { "description": "Export scale", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "nodeId" ], "type": "object" }

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/sonnylazuardi/cursor-talk-to-figma-mcp'

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