mcp-figma

set_api_key

Configure your Figma API personal access token to enable interaction with Figma resources via the MCP server. The token is securely saved in the configuration file for future use.

Instructions

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" }
ID: z3gvv0394m