Figma MCP Server

analyze_figma_file

Analyze a Figma file structure to understand its nodes and hierarchy

Input Schema

NameRequiredDescriptionDefault
depthNoOptional depth parameter to limit the node tree depth
figmaUrlYesThe URL of the Figma file to analyze

Input Schema (JSON Schema)

{ "properties": { "depth": { "description": "Optional depth parameter to limit the node tree depth", "type": "number" }, "figmaUrl": { "description": "The URL of the Figma file to analyze", "type": "string" } }, "required": [ "figmaUrl" ], "type": "object" }

You must be authenticated.

Other Tools