# Figma REST API MCP Server Environment Variables # Required: Your Figma Personal Access Token # https://help.figma.com/hc/en-us/articles/8085703771159-Manage-personal-access-tokens FIGMA_ACCESS_TOKEN=your_figma_access_token_here # Optional: Authentication token for HTTP server # If set, all HTTP requests must include this token in the Authorization header # openssl rand -hex 32 # MCP_AUTH_TOKEN=1b4295111559ba17aae1332cf7bc2a2ac349932202070656a0be82fb78cd0ba3 # Optional: HTTP server port (default: 4202) # PORT=4202