mcp-figma

set_api_key

Set your Figma API personal access token (will be saved to ~/.mcp-figma/config.json)

Input Schema

NameRequiredDescriptionDefault
api_keyYesYour Figma API personal access token

Input Schema (JSON Schema)

{ "properties": { "api_key": { "description": "Your Figma API personal access token", "type": "string" } }, "required": [ "api_key" ], "type": "object" }