clone_node
Duplicate any Figma node by ID, optionally setting a new X/Y position. Modify documents programmatically through the MCP server.
Instructions
Clone an existing node in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | New X position for the clone | |
| y | No | New Y position for the clone | |
| nodeId | Yes | The ID of the node to clone |