Cursor Talk To Figma MCP

by toiletmadarchut
Verified

create_rectangle

Generate and position rectangles in Figma using specified dimensions (width, height) and coordinates (x, y), with optional naming and parent node placement.

Instructions

Create a new rectangle in Figma

Input Schema

NameRequiredDescriptionDefault
heightYesHeight of the rectangle
nameNoOptional name for the rectangle
parentIdNoOptional parent node ID to append the rectangle to
widthYesWidth of the rectangle
xYesX position
yYesY position

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "height": { "description": "Height of the rectangle", "type": "number" }, "name": { "description": "Optional name for the rectangle", "type": "string" }, "parentId": { "description": "Optional parent node ID to append the rectangle to", "type": "string" }, "width": { "description": "Width of the rectangle", "type": "number" }, "x": { "description": "X position", "type": "number" }, "y": { "description": "Y position", "type": "number" } }, "required": [ "x", "y", "width", "height" ], "type": "object" }

You must be authenticated.

Other Tools from Cursor Talk To Figma MCP

Related Tools

ID: txvwena7c6