mcp-figma

get_component

Retrieve a specific component from Figma files using its unique key. Simplifies accessing design elements within the collaborative interface for efficient workflow management.

Instructions

Get a component by key

Input Schema

NameRequiredDescriptionDefault
keyYesThe component key

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "The component key", "type": "string" } }, "required": [ "key" ], "type": "object" }
ID: z3gvv0394m