create_text
Insert text elements into Figma with custom content, font family, size, color, and positioning. Automate typography creation via MCP server integration.
Instructions
Create a new text node on the current page or inside a parent node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fillColor | No | Text color as hex e.g. #000000 | |
| fontFamily | No | Font family e.g. Inter (default Inter) | |
| fontSize | No | Font size in pixels (default 14) | |
| fontStyle | No | Font style e.g. Regular, Bold (default Regular) | |
| name | No | Node name | |
| parentId | No | Parent node ID in colon format. Defaults to current page. | |
| text | Yes | Text content | |
| x | No | X position (default 0) | |
| y | No | Y position (default 0) |