Figma MCP Server

by GLips
Verified
MIT License
27,308
5,618
  • Linux
  • Apple

view_node

Retrieve a thumbnail for a specific node in a Figma file using the file key and node ID, enabling precise visualization of design elements for enhanced development workflows.

Instructions

Get a thumbnail for a specific node in a Figma file

Input Schema

NameRequiredDescriptionDefault
file_keyYesThe key of the Figma file
node_idYesThe ID of the node to view. Node ids have the format `<number>:<number>`

Input Schema (JSON Schema)

{ "properties": { "file_key": { "description": "The key of the Figma file", "type": "string" }, "node_id": { "description": "The ID of the node to view. Node ids have the format `<number>:<number>`", "type": "string" } }, "required": [ "file_key", "node_id" ], "type": "object" }

Other Tools from Figma MCP Server

Related Tools

ID: kcftotr525