Skip to main content
Glama

Figma MCP Server

post_comment

Enable collaboration by posting comments directly on specific nodes within a Figma file. Specify the file key, node ID, message, and coordinates to add context or feedback to design elements.

Instructions

Post a comment on a node in a Figma file

Input Schema

NameRequiredDescriptionDefault
file_keyYesThe key of the Figma file
messageYesThe comment message
node_idNoThe ID of the node to comment on. Node ids have the format `<number>:<number>`
xYesThe x coordinate of the comment pin
yYesThe y coordinate of the comment pin

Input Schema (JSON Schema)

{ "properties": { "file_key": { "description": "The key of the Figma file", "type": "string" }, "message": { "description": "The comment message", "type": "string" }, "node_id": { "description": "The ID of the node to comment on. Node ids have the format `<number>:<number>`", "type": "string" }, "x": { "description": "The x coordinate of the comment pin", "type": "number" }, "y": { "description": "The y coordinate of the comment pin", "type": "number" } }, "required": [ "file_key", "message", "x", "y" ], "type": "object" }
Install Server

Other Tools from Figma MCP Server

Related Tools

    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/sanjeev23oct/figma-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server