Figma Use

Execute arbitrary Figma Plugin API scripts against your Figma files — inspect nodes, modify properties, batch-update styles, export assets, run audits, or automate repetitive canvas operations. This is the low-level Figma power tool: instead of working at the component or library level, it gives you direct script access to the Figma Plugin API for any operation the API supports. Use it for bulk edits, custom inspections, data population, or any Figma automation that isn't covered by higher-level skills.

First-party, by Skills and Agents Co

June 22, 2026

Install

MCP-powered — requires setup

This skill uses external tools via the Model Context Protocol. You'll need to configure the following MCPs before installing.

Setup steps

  1. Set up each required MCP using the configs below
  2. Download the skill file below
  3. Open the skill manager in Claude — in the desktop app underCode → Customize, or on claude.ai underCustomize → Skills
  4. Click Create a new skill (use + on claude.ai) and upload the downloaded file
  5. Start a new session — your MCPs and skill will both be active
  6. Use a trigger phrase to activate
The skill file
Download

Required MCPs

Figma MCP

Full access to Figma Plugin API for reading and writing canvas data

View config snippet
{
  "mcpServers": {
    "figma": {
      "url": "https://mcp.figma.com/mcp"
    }
  }
}