Figma MCP Server

read_comments

Get all comments on a Figma file

Input Schema

NameRequiredDescriptionDefault
file_keyYesThe key of the Figma file

Input Schema (JSON Schema)

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