clone_node
Clone a Figma design node by specifying its ID and new X, Y coordinates. Simplifies duplicating elements programmatically within the Talk to Figma MCP server.
Instructions
Clone an existing node in Figma
Input Schema
Name | Required | Description | Default |
---|---|---|---|
nodeId | Yes | The ID of the node to clone | |
x | No | New X position for the clone | |
y | No | New Y position for the clone |