@pipeworx/figma
Connect: https://gateway.pipeworx.io/figma/mcp · Install: one-click buttons
Tools: 5
Tools
- get_me — Get the signed-in Figma user: id, email, handle, and avatar image URL. Use to identify whose Figma account is connected.
- get_file — Get a compact summary of a Figma design file by its file key: name, last modified time, version, editor type, role, thumbnail URL, and the list of top-level pages (id, name, type, child count). Use to
- list_comments — List comments on a Figma design file. Returns each comment’s id, message, author handle, created time, and resolved time. Use to review feedback and discussion on a design.
- get_file_nodes — 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.
- get_file_images — Render images of specific nodes in a Figma design file. Returns a map of node id to a rendered image URL. Use to get visual previews (PNG, SVG, or JPG) of frames, components, or layers from a design.
Tools
-
get_file— Get a compact summary of a Figma design file by its file key: name, last modified time, version, editor type, role, thumbnail URL, and the list of top-level pages (id, name, type, child count). Use to -
get_file_images— Render images of specific nodes in a Figma design file. Returns a map of node id to a rendered image URL. Use to get visual previews (PNG, SVG, or JPG) of frames, components, or layers from a design. -
get_file_nodes— 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. -
get_me— Get the signed-in Figma user: id, email, handle, and avatar image URL. Use to identify whose Figma account is connected. -
list_comments— List comments on a Figma design file. Returns each comment's id, message, author handle, created time, and resolved time. Use to review feedback and discussion on a design.