Skip to main content
Glama

Figma MCP Server

by xxflux

view_node

Retrieve a thumbnail for a specific node in a Figma file by providing the file key and node ID. Simplifies node visualization and access in design 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" }

You must be authenticated.

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/xxflux/figma_MCP'

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