mcp-figma

get_file_components

Extract components from a specified Figma file using the file key, enabling streamlined access to design elements for integration or analysis.

Instructions

Get components from a file

Input Schema

NameRequiredDescriptionDefault
fileKeyYesThe key of the file to get components from

Input Schema (JSON Schema)

{ "properties": { "fileKey": { "description": "The key of the file to get components from", "type": "string" } }, "required": [ "fileKey" ], "type": "object" }
ID: z3gvv0394m