Figma MCP Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see . Figma MCP Integration Rules These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change. Required flow (do not skip) 1. Run get design context first to fetch the structured representation for the exact node(s). 2. If the response is too large or truncated, run get metadata to get the high-level node map and then re-fetch only the required node(s) with get design context. 3. Run get screens…