sonnylazuardi/cursor-talk-to-figma-mcp
If you are the rightful owner of cursor-talk-to-figma-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
Tools
Functions exposed to the LLM to take actions
Document & Selection
get_document_info
, get_selection
, get_node_info
, get_nodes_info
Annotations
get_annotations
, set_annotation
, set_multiple_annotations
, scan_nodes_by_types
Creating Elements
create_rectangle
, create_frame
, create_text
Modifying text content
scan_text_nodes
, set_text_content
, set_multiple_text_contents
Styling
set_fill_color
, set_stroke_color
, set_corner_radius
Layout & Organization
move_node
, resize_node
, delete_node
, delete_multiple_nodes
, clone_node
Components & Styles
get_styles
, get_local_components
, get_team_components
, create_component_instance
Export & Advanced
export_node_as_image
, execute_figma_code
Connection Management
join_channel
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client