# Palette MCP Server Environment Variables
# Required: Figma Personal Access Token
# Get it from: https://www.figma.com/developers/api#access-tokens
FIGMA_ACCESS_TOKEN=your_figma_access_token_here
# Optional: GitHub Personal Access Token
# Required only for accessing private design system packages
# Get it from: https://github.com/settings/tokens
GITHUB_TOKEN=your_github_token_here
# Optional: Figma MCP Server URL
# Default: http://127.0.0.1:3845/mcp
FIGMA_MCP_SERVER_URL=http://127.0.0.1:3845/mcp
# Optional: Use Figma MCP Server
# Set to 'true' to prioritize MCP server over REST API
USE_FIGMA_MCP=true