Figma
🎨 Creative
Turn Figma designs into code with AI. Extract layout, styling, and component metadata from any Figma file, frame, or group. Implement pixel-perfect designs in React, Vue, Tailwind, or any framework in one shot.
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"figma": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--stdio"
],
"env": {
"FIGMA_API_KEY": "your-figma-api-key-here"
}
}
}
}