Use the Figma MCP server to translate a Figma design into a Vue page or component layout. Use when the user provides a Figma URL, asks to implement a design, or wants to draft a page layout from Figma.
Refer to the standard: @standards/frontend/FIGMA_MCP_USAGE.md Also read @packages/ui/CLAUDE.md for color token mapping and component conventions.
$ARGUMENTS — extract the fileKey and nodeId. Convert - to : in the node ID.get_design_context with the extracted nodeId and fileKey, using clientLanguages: "typescript,html,css" and clientFrameworks: "vue". This is always the first tool to call.surface-* / text-* tokens — never use Figma's aliased names directly.packages/ui/src/components/ for existing components that match elements in the design (buttons, cards, modals, inputs, etc.).packages/assets/styles/variables.scssget_screenshot if you need a closer visual reference of specific nodes.get_variable_defs to verify which design tokens are applied to ambiguous elements.