Figma Copilot

75 tools. 47 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

47 can modify or destroy data
28 read-only
75 tools total

Community server · catalogue entry verified 29/06/2026

How to control Figma Copilot ↓

What Figma Copilot exposes to your agents

Read (28) Write / Execute (45) Destructive / Financial (2)
Critical Risk

The most dangerous Figma Copilot tools

47 of Figma Copilot's 75 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Figma Copilot

PolicyLayer is an MCP gateway — it sits between your AI agents and Figma Copilot, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_multiple_nodes": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "clone_multiple_nodes": {
    "limits": [
      {
        "counter": "clone_multiple_nodes_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "extract_slide_content": {
    "limits": [
      {
        "counter": "extract_slide_content_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Figma Copilot — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON FIGMA COPILOT →

Instant setup, no code required.

All 75 Figma Copilot tools

WRITE 44 tools
Write clone_multiple_nodes Clone a node to multiple positions in one operation. Significantly faster than multiple individual clone opera Write clone_node Clone an existing node in Figma Write create_component_instance Create an instance of a component in Figma Write create_connections Create connections between nodes using the default connector style Write create_frame Create a new frame in Figma Write create_gif Create a GIF (available in Figma Slides and FigJam) Write create_rectangle Create a new rectangle in Figma Write create_shape_with_text Create a shape with text (available in Figma Slides and FigJam) Write create_slide Create a new slide in Figma Slides Write create_slide_row Create a new slide row in Figma Slides Write create_table Create a table (available in Figma Design and Slides) Write create_text Create a new text element in Figma Write export_node_as_image Export a node as an image from Figma Write join_channel Join a specific channel to communicate with Figma Write move_node Move a node to a new position in Figma Write normalize_markdown Normalize Markdown text to match Figma Write resize_node Resize a node in Figma Write set_annotation Create or update an annotation Write set_axis_align Set primary and counter axis alignment for an auto-layout frame in Figma Write set_component_description Set the description of a component with Markdown formatting support Write set_corner_radius Set the corner radius of a node in Figma Write set_default_connector Set a copied connector node as the default connector Write set_fill_color Set the fill color of a node in Figma can be TextNode or FrameNode Write set_instance_overrides Apply previously copied overrides to selected component instances. Target instances will be swapped to the sou Write set_item_spacing Set distance between children in an auto-layout frame Write set_layout_mode Set the layout mode and wrap behavior of a frame in Figma Write set_layout_sizing Set horizontal and vertical sizing modes for an auto-layout frame in Figma Write set_multiple_annotations Set multiple annotations parallelly in a node Write set_multiple_nodes_property Set the same property value on multiple nodes at once. Useful for bulk updates like visibility, opacity, or po Write set_multiple_text_contents Set multiple text contents parallelly in a node Write set_multiple_text_contents_with_styles Update multiple text nodes with content and optional styling in a single operation. More efficient than separa Write set_padding Set padding values for an auto-layout frame in Figma Write set_range_fills Set the text color for a specific text range Write set_range_font Set the font family and style for a specific text range Write set_range_font_size Set the font size for a specific text range Write set_slide_grid Rearrange slides into a grid layout in Figma Slides Write set_slide_transition Set the transition for a slide in Figma Slides Write set_slides_mode Set the viewport mode in Figma Slides Write set_stroke_color Set the stroke color of a node in Figma Write set_text_content Set the text content of an existing text node in Figma Write set_text_decoration_range Set advanced text decoration properties (style, color, thickness, offset) for a text range Write set_text_style_range Apply text styling (bold, italic, underline, strikethrough) to a specific range of text in a text node Write smart_text_replace Replace specific text in a node while preserving the formatting of unchanged portions. Only replaced text gets Write update_text_preserve_formatting Update text content while preserving existing character formatting. Choose a strategy for handling formatting
READ 28 tools
Read extract_slide_content Extract all content from a Figma slide including text, tables, and optionally images Read get_annotations Get all annotations in the current document or specific node Read get_component_description Get the description of a component in Markdown format Read get_connection_status Get the current connection status and statistics for the Figma plugin connection Read get_current_context Get comprehensive context about the current state including selection, focused slide (if in Slides mode), and Read get_document_info Get detailed information about the current Figma document Read get_focused_slide [DEPRECATED] Get the currently focused slide in Figma Slides. Use Read get_instance_overrides Get all override properties from a selected component instance. These overrides can be applied to other instan Read get_local_components Get all local components from the Figma document Read get_multiple_nodes_info [DEPRECATED] Get information for multiple nodes in a single request. Use Read get_node_info [DEPRECATED] Get detailed information about a specific node in Figma. Use Read get_nodes Get detailed information about one or more nodes in Figma. Accepts either a single node ID or array of IDs. Read get_nodes_info [DEPRECATED] Get detailed information about multiple nodes in Figma. Use Read get_presentation_summary Generate an overview of a Figma presentation including slide count, slide titles, and optionally an outline su Read get_reactions Get Figma Prototyping Reactions from multiple nodes. CRITICAL: The output MUST be processed using the Read get_selection [DEPRECATED] Get information about the current selection in Figma. Use Read get_slide_grid Get the current slide grid arrangement in Figma Slides Read get_slide_transition Get the transition settings for a slide in Figma Slides Read get_slides_mode [DEPRECATED] Get the current viewport mode in Figma Slides. Use Read get_styled_text_segments Get detailed text segments with all their styling properties Read get_styles Get all styles from the current Figma document Read get_table_data Extract data from a Figma table node in various formats (array, object, or CSV) Read get_text_decoration_range Get the text decoration properties for a specific text range Read get_text_style_range Get the text styling (bold, italic, underline, strikethrough) for a specific range of text Read read_my_design Get detailed information about the current selection in Figma, including all node details Read scan_nodes_by_types Scan for child nodes with specific types in the selected Figma node Read scan_nodes_with_options Scan for nodes with advanced options including depth limit, timeout control, and partial results. Use this whe Read scan_text_nodes [DEPRECATED] Scan all text nodes in the selected Figma node - Use scan_nodes_with_options instead

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Figma Copilot

Can an AI agent delete data through the Figma Copilot MCP server? +

Yes. The Figma Copilot server exposes 2 destructive tools including delete_multiple_nodes, delete_node. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Figma Copilot? +

The Figma Copilot server has 44 write tools including clone_multiple_nodes, clone_node, create_component_instance. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Figma Copilot.

How many tools does the Figma Copilot MCP server expose? +

75 tools across 4 categories: Destructive, Execute, Read, Write. 28 are read-only. 47 can modify, create, or delete data.

How do I enforce a policy on Figma Copilot? +

Register the Figma Copilot MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Figma Copilot tool call.

Deterministic rules across all 75 Figma Copilot tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

75 Figma Copilot tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.