About Cursor Talk to Figma MCP Server
The Cursor Talk to Figma MCP Server is a utility server that integrates the Cursor AI coding assistant with Figma through the Model Context Protocol (MCP). This integration enables AI models to access and modify Figma design files programmatically, facilitating seamless design-to-code workflows. Key features include:
- Document and Selection Retrieval: Fetches information about the current Figma document and user selections, providing context for AI-driven code generation.
- Element Creation: Supports the creation of design elements such as rectangles, frames, and text nodes within Figma, allowing AI assistants to build or modify designs programmatically.
- Text Content Modification: Enables scanning and updating of text nodes, facilitating bulk text content replacement and updates.
- Styling Adjustments: Allows setting of fill colors, stroke colors, and corner radii for design elements, providing control over the visual styling of components.
- Layout and Organization: Supports moving, resizing, deleting, and cloning of nodes, aiding in the organization and structuring of design elements.
- Annotations: Facilitates the creation and management of annotations within Figma files, enhancing collaboration and documentation.
- Component and Style Management: Provides access to local and team components, as well as styles, enabling consistent design implementations.
- Export Capabilities: Allows exporting of nodes as images in various formats, supporting the generation of assets from designs.
- Code Execution: Supports execution of arbitrary JavaScript code within Figma, enabling advanced customizations and operations.
Designed for local operation, the server requires Bun for execution and is actively maintained as an open-source project.