Skip to main content
Glama
GEON1999

Handle Figma MCP

by GEON1999

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_document_infoA

Get detailed information about the current Figma document

get_selectionB

Get information about the current selection in Figma

read_my_designA

Get detailed information about the current selection in Figma, including all node details

get_node_infoC

Get detailed information about a specific node in Figma

get_nodes_infoA

Get detailed information about multiple nodes in Figma

create_rectangleB

Create a new rectangle in Figma

create_polygonB

Create a new polygon (regular polygon) in Figma

create_frameC

Create a new frame in Figma

create_textB

Create a new text element in Figma

set_fill_colorA

Set the fill color of a node in Figma can be TextNode or FrameNode

set_stroke_colorB

Set the stroke color of a node in Figma

move_nodeB

Move a node to a new position in Figma

clone_nodeB

Clone an existing node in Figma

resize_nodeB

Resize a node in Figma

delete_nodeB

Delete a node from Figma

delete_multiple_nodesB

Delete multiple nodes from Figma at once

export_node_as_imageB

Export a node as an image from Figma

set_text_contentA

Set the text content of an existing text node in Figma

get_stylesA

Get all styles from the current Figma document

create_color_variableA

Create or update a single Figma color variable. If the variable exists, its value for the default mode is updated.

create_multiple_color_variablesA

Create or update multiple Figma color variables at once. Group using '/' in names.

create_paint_styleA

Create a new color style (paint style) in Figma. Use folder notation with '/' in the name to organize styles into groups, e.g., 'teal/teal-50'.

create_multiple_paint_stylesA

Create multiple color styles (paint styles) in Figma at once. Use folder notation with '/' in names for grouping.

apply_paint_styleA

Apply an existing color style (paint style) to a node's fill in Figma. Use get_styles to find style IDs first.

rename_paint_styleB

Rename a paint style.

swap_styleA

Find all usages of a specific paint style and replace them with another style.

get_local_componentsA

Get all local components from the Figma document

get_annotationsC

Get all annotations in the current document or specific node

set_annotationC

Create or update an annotation

set_multiple_annotationsC

Set multiple annotations parallelly in a node

create_component_instanceB

Create an instance of a component in Figma

get_instance_overridesA

Get all override properties from a selected component instance. These overrides can be applied to other instances, which will swap them to match the source component.

set_instance_overridesA

Apply previously copied overrides to selected component instances. Target instances will be swapped to the source component and all copied override properties will be applied.

set_corner_radiusB

Set the corner radius of a node in Figma

scan_text_nodesC

Scan all text nodes in the selected Figma node

scan_nodes_by_typesB

Scan for child nodes with specific types in the selected Figma node

set_multiple_text_contentsA

Set multiple text contents parallelly in a node

set_layout_modeB

Set the layout mode and wrap behavior of a frame in Figma

set_paddingA

Set padding values for an auto-layout frame in Figma

set_axis_alignB

Set primary and counter axis alignment for an auto-layout frame in Figma

set_layout_sizingA

Set horizontal and vertical sizing modes for an auto-layout frame in Figma

set_item_spacingA

Set distance between children in an auto-layout frame

get_reactionsA

Get Figma Prototyping Reactions from multiple nodes. CRITICAL: The output MUST be processed using the 'reaction_to_connector_strategy' prompt IMMEDIATELY to generate parameters for connector lines via the 'create_connections' tool.

set_default_connectorC

Set a copied connector node as the default connector

create_connectionsB

Create connections between nodes using the default connector style

set_focusA

Set focus on a specific node in Figma by selecting it and scrolling viewport to it

set_selectionsA

Set selection to multiple nodes in Figma and scroll viewport to show them

join_channelA

Join a specific channel to communicate with Figma

Prompts

Interactive templates invoked by user choice

NameDescription
design_strategyBest practices for working with Figma designs
read_design_strategyBest practices for reading Figma designs
text_replacement_strategySystematic approach for replacing text in Figma designs
annotation_conversion_strategyStrategy for converting manual annotations to Figma's native annotations
swap_overrides_instancesGuide to swap instance overrides between instances
reaction_to_connector_strategyStrategy for converting Figma prototype reactions to connector lines using the output of 'get_reactions'

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GEON1999/cursor-talk-to-figma-mcp-local'

If you have feedback or need assistance with the MCP directory API, please join our Discord server