get_file_nodes

Pack: figma · Endpoint: https://gateway.pipeworx.io/figma/mcp

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

NameTypeRequiredDescription
file_keystringyesThe Figma file key (the segment after /file/ or /design/ in a Figma URL).
node_idsstringyesComma-separated list of node ids to retrieve (e.g. “1:2,1:3”).

Example call

curl -X POST https://gateway.pipeworx.io/figma/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_file_nodes","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "figma": {
      "url": "https://gateway.pipeworx.io/figma/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 3, 2026