Figma MCP Server with Chunking

get_file_nodes

Retrieve specific nodes from a Figma file using node IDs, enabling efficient access to design elements even in large files managed by the Figma MCP Server with Chunking.

Instructions

Get specific nodes from a Figma file

Input Schema

NameRequiredDescriptionDefault
file_keyYesFigma file key
idsYesArray of node IDs to retrieve

Input Schema (JSON Schema)

{ "properties": { "file_key": { "description": "Figma file key", "type": "string" }, "ids": { "description": "Array of node IDs to retrieve", "items": { "type": "string" }, "type": "array" } }, "required": [ "file_key", "ids" ], "type": "object" }

You must be authenticated.

Other Tools from Figma MCP Server with Chunking

Related Tools

ID: jjtcywbz4w