figma_get_design_context
Retrieve complete Figma design context—layout, tokens, components, and screenshot—via REST to implement designs accurately.
Instructions
Implementation context (layout, tokens, components, screenshot URL) composed via REST. Not the official MCP proprietary codegen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Figma file or node URL. | |
| fileKey | No | Figma file key or full URL (figma.com/design/...). | |
| nodeIds | No | Target nodes. Recommended for smaller payloads. | |
| includeVariables | No | Default: true. | |
| includeScreenshot | No | Default: true. |