Skip to main content
Glama

Talk to Figma MCP

by yhc984

move_node

Reposition a specific node in Figma by specifying its new X and Y coordinates, enabling precise design adjustments through programmatic commands.

Instructions

Move a node to a new position in Figma

Input Schema

NameRequiredDescriptionDefault
nodeIdYesThe ID of the node to move
xYesNew X position
yYesNew Y position

Input Schema (JSON Schema)

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

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/yhc984/cursor-talk-to-figma-mcp-main'

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