get_file_nodes
ActiveTool of Figma
declared in 0.1.0
Get specific nodes from a Figma design file by their node ids. Returns a compact map of node id to { name, type }. Use to inspect particular frames, components, or layers within a design file.
Parameters schema
{
"type": "object",
"required": [
"file_key",
"node_ids"
],
"properties": {
"file_key": {
"type": "string",
"description": "The Figma file key (the segment after /file/ or /design/ in a Figma URL)."
},
"node_ids": {
"type": "string",
"description": "Comma-separated list of node ids to retrieve (e.g. \"1:2,1:3\")."
}
}
}Parent server
Figma
https://github.com/pipeworx-io/mcp-figma
1/7 registries