create_text
Add or customize text elements in Figma by specifying position, content, font size, weight, color, and layer name. Integrates with Figma designs via MCP server for efficient text manipulation.
Instructions
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 | Semantic layer name for the text node | |
parentId | No | Optional parent node ID to append the text to | |
text | Yes | Text content | |
x | Yes | X position | |
y | Yes | Y position |