Skip to main content
Glama

Talk to Figma MCP

MIT License
2,514
3,528
  • Apple
  • Linux

clone_node

Clone a Figma design node by specifying its ID and positioning the duplicate at new X and Y coordinates programmatically via natural language commands.

Instructions

Clone an existing node in Figma

Input Schema

NameRequiredDescriptionDefault
nodeIdYesThe ID of the node to clone
xNoNew X position for the clone
yNoNew Y position for the clone

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "The ID of the node to clone", "type": "string" }, "x": { "description": "New X position for the clone", "type": "number" }, "y": { "description": "New Y position for the clone", "type": "number" } }, "required": [ "nodeId" ], "type": "object" }

You must be authenticated.

Other Tools from Talk to Figma MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sonnylazuardi/cursor-talk-to-figma-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server