ui-design
Figma MCP
41
Community
Access Figma designs, extract design tokens, inspect layers, and bridge the gap between design and code from your AI editor.
28954/wk4.1K tokens(2%)1y ago
Network
figmadesignuidesign-tokenscomponents
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"figma-mcp": {
"command": "npx",
"args": [
"-y",
"figma-mcp"
],
"env": {
"FIGMA_ACCESS_TOKEN": "YOUR_FIGMA_ACCESS_TOKEN"
}
}
}
}