Figma MCP Server

get-file

Get details of a Figma file

Input Schema

NameRequiredDescriptionDefault
fileKeyYesThe Figma file key

Input Schema (JSON Schema)

{ "properties": { "fileKey": { "description": "The Figma file key", "type": "string" } }, "required": [ "fileKey" ], "type": "object" }

You must be authenticated.

Other Tools