Figma

local

figma

Browse Figma designs — inspect files, nodes, styles, components, comments, and export images.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (7)

  • figma_get_file
    Get a Figma file's document tree structure. Use depth to limit how deep the tree goes (1 = pages only, 2 = pages + top-level frames, etc).
  • figma_get_node
    Get specific nodes from a Figma file by their IDs. Returns detailed info including layout, styles, and children.
  • figma_get_styles
    Get all published styles in a Figma file (colors, text styles, effects, grids).
  • figma_get_comments
    Get all comments on a Figma file.
  • figma_get_images
    Export specific nodes from a Figma file as images (PNG, SVG, JPG, or PDF). Returns URLs to the rendered images.
  • figma_get_components
    Get all published components in a Figma file.
  • figma_list_files
    List recent files in a Figma project.