figma-mcp

by JayZeeDesign
Verified

get_components

Get components available in a Figma file

Args: file_key (str): The file key found in the shared Figma URL Returns: list[dict]: List of components found in the Figma file

Input Schema

NameRequiredDescriptionDefault
file_keyYes

Input Schema (JSON Schema)

{ "properties": { "file_key": { "title": "File Key", "type": "string" } }, "required": [ "file_key" ], "title": "get_componentsArguments", "type": "object" }

You must be authenticated.

Other Tools