Skip to main content
Glama
paragdesai1

Cursor Talk to Figma MCP

by paragdesai1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_document_infoB

Get detailed information about the current Figma document

get_selectionB

Get information about the current selection in Figma

read_my_designB

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

get_node_infoB

Get detailed information about a specific node in Figma

get_nodes_infoC

Get detailed information about multiple nodes in Figma

create_rectangleC

Create a new rectangle in Figma

create_frameC

Create a new frame in Figma

create_textC

Create a new text element in Figma

set_fill_colorC

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

set_stroke_colorC

Set the stroke color of a node in Figma

move_nodeC

Move a node to a new position in Figma

clone_nodeC

Clone an existing node in Figma

resize_nodeC

Resize a node in Figma

delete_nodeC

Delete a node from Figma

delete_multiple_nodesC

Delete multiple nodes from Figma at once

export_node_as_imageC

Export a node as an image from Figma

set_text_contentC

Set the text content of an existing text node in Figma

get_stylesB

Get all styles from the current Figma document

get_local_componentsB

Get all local components from the Figma document

get_annotationsB

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_instanceC

Create an instance of a component in Figma

set_corner_radiusC

Set the corner radius of a node in Figma

scan_text_nodesC

Scan all text nodes in the selected Figma node

scan_nodes_by_typesC

Scan for nodes with specific types in the selected Figma node

set_multiple_text_contentsC

Set multiple text contents parallelly in a node

set_layout_modeC

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

set_paddingB

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_sizingC

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

set_item_spacingC

Set distance between children in an auto-layout frame

join_channelC

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

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/paragdesai1/parag-Figma-MCP'

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