move_node
Relocate a Figma node to new X and Y coordinates relative to its parent, enabling precise repositioning of design elements through the MCP server.
Instructions
Move a node to a new position in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to move | |
| x | Yes | New X position (local coordinates, relative to parent) | |
| y | Yes | New Y position (local coordinates, relative to parent) |