Skip to main content
Glama

Talk to Figma MCP

by yhc984

set_text_content

Modify the text content of an existing text node in Figma by specifying the node ID and new text value for precise updates.

Instructions

Set the text content of an existing text node in Figma

Input Schema

NameRequiredDescriptionDefault
nodeIdYesThe ID of the text node to modify
textYesNew text content

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "The ID of the text node to modify", "type": "string" }, "text": { "description": "New text content", "type": "string" } }, "required": [ "nodeId", "text" ], "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