Talk to Figma MCP
by sonnylazuardi
Verified
create_text
Create a new text element in Figma
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fontColor | No | Font color in RGBA format | |
fontSize | No | Font size (default: 14) | |
fontWeight | No | Font weight (e.g., 400 for Regular, 700 for Bold) | |
name | No | Optional name for the text node by default following text | |
parentId | No | Optional parent node ID to append the text to | |
text | Yes | Text content | |
x | Yes | X position | |
y | Yes | Y position |
Input Schema (JSON Schema)
You must be authenticated.