Skip to main content
Glama

Figma MCP Server

by moonray

analyze_figma_file

Extract and analyze Figma file structures to identify node hierarchies and relationships. Input a Figma URL and optional depth to retrieve organized data for design insights.

Instructions

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" }

Other Tools from Figma MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/moonray/mcp-figma'

If you have feedback or need assistance with the MCP directory API, please join our Discord server