FIGMA MCP BRIDGE TOOLS

88 tools from the Figma MCP Bridge MCP Server, categorised by risk level.

READ 13 tools
Read figma_get_children Get immediate children of a node. Use for browsing hierarchy one level at a time. More efficient than figma... Read figma_get_context Get the current Figma document context including file info, current page, and selection. Use this to unders... Read figma_get_local_styles List all local styles defined in the document (colors, text, effects, grids). TIP: Use figma_search_styles ... Read figma_get_local_variables Get all local variables and variable collections from the Figma document. Returns variables with their type... Read figma_get_nodes Get detailed information about specific Figma nodes by their IDs. Returns node properties including type, p... Read figma_get_reactions Prototype: get all reactions (interactions) on a node. Returns the full reactions array with trigger and ac... Read figma_list_pages List all pages in the current Figma document. Returns page IDs, names, and indicates which page is currentl... Read figma_search_components Search local components by name. Use when looking for specific components like Read figma_search_nodes Search for nodes by name within a scope. PREFERRED for finding specific frames, sections, or elements. Requ... Read figma_search_styles Search local styles by name. More efficient than figma_get_local_styles when looking for specific styles. Read figma_search_variables Search for variables by name pattern. More efficient than get_local_variables - use this when looking for s... Read figma_server_info Get information about the MCP server: package version, WebSocket port, connection state, and connected docu... Read figma_export_node Export a node as an image (PNG, SVG, JPG, or PDF). Returns base64-encoded data.
WRITE 67 tools
Write figma_unbind_variable Remove a variable binding from a node property. Write figma_add_mode Add a new mode to a variable collection. Write figma_add_reaction Prototype: add a reaction (interaction) to a node. A reaction pairs a trigger with an action. Existing reac... Write figma_apply_style Apply a local style to a node. Styles provide consistent, reusable design tokens. Write figma_clone_nodes Duplicate nodes. Write figma_combine_as_variants Combine multiple components into a component set with variants. Components must use variant naming (e.g., Write figma_create_code_block FigJam: create a syntax-highlighted code block for documentation. Code is a plain string property (no font ... Write figma_create_component Create a component. Write figma_create_connector FigJam: create a connector (arrow line) between two nodes for flowcharts and diagrams. Endpoints can attach... Write figma_create_ellipse Create ellipse. Use arcData for arcs/rings. Write figma_create_frame Create a frame. Write figma_create_instance Create a component instance. Write figma_create_line Create a line. Write figma_create_link_preview FigJam: create a rich link preview from a URL. Returns either an EMBED (iframe; works for OEmbed providers ... Write figma_create_page Create a new page in the document. **Figma Design only — not available in FigJam.** Calling this in a FigJa... Write figma_create_paint_style Create a paint style. Write figma_create_rectangle Create a rectangle. Write figma_create_section Create a labeled section. Sections work in BOTH Figma design files and FigJam — use them to group flowchart... Write figma_create_shape_with_text FigJam: create a flowchart shape with embedded text (process box, decision diamond, database cylinder, etc.... Write figma_create_sticky FigJam: create a sticky note. Default size is fixed (240×240); width/height are not configurable. Text is s... Write figma_create_table FigJam: create a table for documentation or structured data. Optionally seed initial cell content via the c... Write figma_create_text Create a text node. Write figma_create_text_style Create a text style. Write figma_create_variable Create a new variable in a collection. Write figma_create_variable_collection Create a new variable collection to organize variables. Write figma_detach_instance Detach a component instance, converting it to a regular frame. Preserves overrides but severs the link to t... Write figma_duplicate_page Clone an entire page including all its contents. The new page is inserted after the original. **Figma Desig... Write figma_group_nodes Group nodes. Write figma_insert_table_column FigJam: insert a column at the given index (existing columns at and after the index shift right). Write figma_insert_table_row FigJam: insert a row at the given index (existing rows at and after the index shift down). Write figma_move_nodes Move nodes. Use relative=true for offset. Write figma_move_table_column FigJam: move a column from one index to another. Write figma_move_table_row FigJam: move a row from one index to another. Write figma_move_to_page Move nodes from their current page to a different page. Write figma_rename_mode Rename a mode in a variable collection (e.g., Write figma_rename_node Rename one or more nodes. For batch renaming, all nodes get the same name. Write figma_rename_page Rename an existing page in the Figma document. Write figma_rename_variable Rename an existing variable. Use Write figma_rename_variable_collection Rename a variable collection. Write figma_reorder_node Change the z-order (layer order) of a node. Bring to front, send to back, or move to a specific index. Write figma_reparent_nodes Move nodes to a different parent container. Useful for reorganizing the layer hierarchy. Write figma_resize_nodes Resize one or more nodes. At least one dimension (width or height) must be provided. Write figma_resize_table_column FigJam: set the width of a table column. Write figma_resize_table_row FigJam: set the height of a table row. Write figma_set_auto_layout Configure auto-layout on a frame. Enables responsive layouts with automatic spacing and alignment. Write figma_set_code_block FigJam: update an existing code block\ Write figma_set_connector FigJam: modify an existing connector\ Write figma_set_constraints Set resize constraints on a node. Constraints control how a node resizes when its parent frame resizes. Onl... Write figma_set_corner_radius Set corner radius. Use individual values for asymmetric. Write figma_set_current_page Switch to a different page in the Figma document. Write figma_set_effects Set effects. Replaces existing. Write figma_set_fills Set fill color. Accepts hex shorthand or fills array. Write figma_set_flow_starting_point Prototype: set a top-level frame as a prototype flow starting point on the current page, or clear it. Flow ... Write figma_set_layout_align Set how a child behaves within an auto-layout frame. Controls individual alignment (STRETCH), growth (fill ... Write figma_set_opacity Set opacity (0-1). Write figma_set_rotation Set the rotation (in degrees) of one or more nodes. Rotation is around the center point. Write figma_set_section Update a section\ Write figma_set_selection Set selection. Empty array clears. Write figma_set_shape_type FigJam: change the shape type of an existing shape-with-text node (e.g., turn a ROUNDED_RECTANGLE into a DI... Write figma_set_sticky FigJam: toggle a sticky note between square (240×240) and wide-rectangle variants. Use figma_set_text to ch... Write figma_set_strokes Set stroke color. Accepts hex shorthand or strokes array. Write figma_set_table_cell FigJam: set the text and/or fill color of a single table cell. Write figma_set_text Set text content. Auto-loads fonts. Write figma_set_text_style Set text font properties. Write figma_set_variable Set the value of an existing variable for a specific mode, or bind a variable to a node property. Write figma_swap_instance Swap a component instance to use a different component. Preserves position and size. Write figma_ungroup_nodes Ungroup nodes.

Route Figma MCP Bridge through PolicyLayer and every one of its 88 tools is checked against your policy before it runs.

CHECK YOUR STACK →

See every tool, the dangerous ones, and the token cost across your stack.

How many tools does the Figma MCP Bridge MCP server have? +

The Figma MCP Bridge MCP server exposes 88 tools across 3 categories: Read, Write, Destructive.

How do I enforce policies on Figma MCP Bridge tools? +

Route the Figma MCP Bridge server through the PolicyLayer gateway. Define allow, deny, or approval rules per tool in the dashboard; they are enforced on every call before it reaches the server.

What risk categories do Figma MCP Bridge tools fall into? +

Figma MCP Bridge tools are categorised as Read (13), Write (67), Destructive (8). Each category has a recommended default policy.

Enforce policy on every Figma MCP Bridge tool call.

Start from Figma MCP Bridge, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.

Free to start. No card required.

43,000+ MCP servers and 220,000+ tools scanned and risk-classified.

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.