figma-mcp 0.4.0

Model Context Protocol (MCP) server for accessing Figma files and exporting images as resources
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Copy this file to .env and fill in your actual values

# Your Figma personal access token
# Get it from: https://www.figma.com/developers/api#access-tokens
FIGMA_TOKEN=your_figma_token_here

# Optional: Set log level for debugging
RUST_LOG=info

# Example usage:
# export FIGMA_TOKEN="figd_abcd1234..."
# cargo run