Read Figma design files and provide layout information to AI coding agents. Translate designs into code with accurate context from Figma files
FIGMA_API_KEYnpx @getmcp/cli add figmaConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"figma": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--stdio"
],
"env": {
"FIGMA_API_KEY": ""
}
}
}
}