awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
grab avatar

grab/cursor-talk-to-figma-mcp

0
View on GitHub↗
6,855 星标·748 分支·JavaScript·MIT·11 次浏览x.com/sonnylazuardi/status/1901325190388428999↗

Cursor Talk To Figma Mcp

This is a Figma MCP server that exposes document manipulation capabilities to AI assistants through the Model Context Protocol. It functions as a bridge between AI tools and Figma, enabling programmatic creation, reading, updating, and deletion of design elements including frames, text nodes, components, and connectors.

The server provides AI-powered design generation that translates natural language prompts into complete UI screens and design elements within Figma. It includes a design annotation system for adding, updating, and retrieving markdown-supported annotations on nodes, along with prototyping automation that creates interactive connections and flows between Figma nodes programmatically.

The tool covers design automation across element creation, layout configuration, text editing, visual styling, node hierarchy management, image export, and component instance management. It supports reading design structure, modifying text content with intelligent chunking for large designs, and applying visual styles such as fill color, stroke properties, and corner radius. The system also manages component instances by extracting override properties from source nodes and applying them to multiple targets.

Features

  • Figma Document Manipulation APIs - Programmatically creates, reads, updates, and deletes Figma nodes including frames, text, components, and connectors.
  • AI Design Generation - Creates complete UI screens and design elements in Figma by interpreting natural language descriptions.
  • AI UI Generators - Generates complete UI screens in Figma from natural language prompts using AI.
  • MCP Servers - Exposes Figma document manipulation capabilities to AI assistants through the Model Context Protocol.
  • Design Prompt Pipelines - Translates natural language prompts into structured Figma node creation commands.
  • Screen Prompt Generators - Interprets natural-language design prompts to create complete UI screens in Figma.
  • Figma MCP Adapters - Adapts the Figma REST API and WebSocket protocol into a unified MCP tool interface.
  • Figma - Wraps the Figma REST API and WebSocket protocol into a unified MCP tool interface.
  • Figma Document Traversers - Walks the Figma document tree recursively to locate, read, and modify design nodes.
  • Figma Element Generators - Generates new rectangles, frames, or text nodes at specified positions and sizes in Figma.
  • Figma Structure Readers - Retrieves detailed information about Figma documents, selected nodes, or specific nodes by ID.
  • Figma - Generates and modifies Figma design elements programmatically from code or natural language prompts.
  • Component Override Extractors - Extracts component instance override values from a source node and applies them to multiple targets.
  • Figma Instance Managers - Creates component instances and applies override properties from source to multiple targets.
  • Figma Hierarchy Organizers - Moves, resizes, deletes, or clones nodes to rearrange the Figma design canvas structure.
  • Figma Node Exporters - Renders selected Figma nodes to PNG, JPG, SVG, or PDF format as base64 text.
  • Figma Connector Bridges - Creates FigJam connector lines between nodes by interpreting prototype flow definitions.
  • Figma Prototyping Connectors - Creates connector lines between Figma nodes based on prototype flows and retrieves reactions.
  • Prototyping Connection Automation Tools - Creates interactive prototype connections and flows between Figma nodes programmatically.
  • Auto Layout Management - Configures frame layout mode, padding, alignment, sizing, and item spacing programmatically.
  • Vector Fill and Stroke Styles - Provides programmatic application of fill colors, stroke properties, and corner radius to Figma nodes.
  • Figma Layout Adjusters - Sets auto-layout mode, padding, alignment, sizing, and spacing on Figma frames.
  • Design Annotations - Adds, updates, and retrieves markdown-supported annotations on Figma nodes with targeted placement.
  • Design System Management - Manages component instances, styles, and layout properties programmatically across Figma documents.
  • Design-to-Code Workflows - Bridges design and development by enabling programmatic control over Figma documents from code.
  • Prototyping Connection Automation Tools - Creates interactive prototype connections and flows between Figma nodes programmatically through an MCP interface.
  • Figma Node Annotators - Creates, updates, and retrieves markdown-supported annotations on Figma nodes.
  • Figma Text Replacers - Replaces text in single or multiple Figma nodes with intelligent chunking for large designs.

Star 历史

grab/cursor-talk-to-figma-mcp 的 Star 历史图表grab/cursor-talk-to-figma-mcp 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

grab/cursor-talk-to-figma-mcp 是做什么的?

This is a Figma MCP server that exposes document manipulation capabilities to AI assistants through the Model Context Protocol. It functions as a bridge between AI tools and Figma, enabling programmatic creation, reading, updating, and deletion of design elements including frames, text nodes, components, and connectors.

grab/cursor-talk-to-figma-mcp 的主要功能有哪些?

grab/cursor-talk-to-figma-mcp 的主要功能包括:Figma Document Manipulation APIs, AI Design Generation, AI UI Generators, MCP Servers, Design Prompt Pipelines, Screen Prompt Generators, Figma MCP Adapters, Figma。

grab/cursor-talk-to-figma-mcp 有哪些开源替代品?

grab/cursor-talk-to-figma-mcp 的开源替代品包括: superdesigndev/superdesign — Superdesign is an AI-powered design platform that generates UI mockups, wireframes, and multi-page user flows from… 21st-dev/magic-mcp — Magic MCP is a Model Context Protocol server and AI component generator that translates natural language descriptions… creativetimofficial/david-ai — David AI is a UI development toolkit that combines AI-powered page generation with a library of pre-built,… onlook-dev/onlook — Onlook is an integrated development environment designed for building user interfaces through a combination of visual… penpot/penpot — This project is a browser-based collaborative design platform that provides a comprehensive workspace for interface… aipotheosis-labs/aci — ACI is a tool-calling platform and centralized system for managing and executing external service operations and…

Cursor Talk To Figma Mcp 的开源替代方案

相似的开源项目,按与 Cursor Talk To Figma Mcp 的功能重合度排序。
  • superdesigndev/superdesignsuperdesigndev 的头像

    superdesigndev/superdesign

    6,004在 GitHub 上查看↗

    Superdesign is an AI-powered design platform that generates UI mockups, wireframes, and multi-page user flows from natural language prompts within a collaborative canvas environment. It functions as a design-to-code exporter, producing production-ready HTML, ZIP archives, or Shopify Liquid templates for direct implementation, and includes an OpenAPI specification importer that automatically generates API documentation and client code from schema definitions. The platform distinguishes itself through a branch-based design exploration system that creates independent design variations from a sin

    TypeScript
    在 GitHub 上查看↗6,004
  • 21st-dev/magic-mcp21st-dev 的头像

    21st-dev/magic-mcp

    4,992在 GitHub 上查看↗

    Magic MCP is a Model Context Protocol server and AI component generator that translates natural language descriptions into functional user interface code. It acts as an LLM design orchestrator, producing responsive web elements and layouts anchored on utility-first CSS styling patterns. The system features a side-by-side variation engine that generates multiple stylistic interpretations of a single prompt for comparative selection. It incorporates SVG-based asset integration for branding and iconography and utilizes template-based assembly to combine pre-defined style patterns with user-speci

    TypeScript
    在 GitHub 上查看↗4,992
  • creativetimofficial/david-aicreativetimofficial 的头像

    creativetimofficial/david-ai

    6,078在 GitHub 上查看↗

    David AI is a UI development toolkit that combines AI-powered page generation with a library of pre-built, copy-paste-ready components built on Tailwind CSS. At its core, it offers an AI builder that can generate complete landing pages and dashboards from natural language prompts, outputting clean, responsive Tailwind CSS code. The project provides a comprehensive collection of UI components—including buttons, forms, navigation elements, and data displays—that can be assembled into full page sections like hero blocks, pricing tables, and dashboards. The toolkit distinguishes itself through a

    HTMLaiai-frameworkangular-landing-page
    在 GitHub 上查看↗6,078
  • onlook-dev/onlookonlook-dev 的头像

    onlook-dev/onlook

    26,030在 GitHub 上查看↗

    Onlook is an integrated development environment designed for building user interfaces through a combination of visual manipulation and direct code synchronization. It provides a unified workspace where developers can modify application components, layouts, and styles within a graphical interface, with all changes automatically reflected in the underlying source code. By maintaining a live, bidirectional link between the rendered interface and the codebase, the platform ensures that visual edits are accurately translated into production-ready syntax. The platform distinguishes itself through i

    TypeScriptaicursorcursor-ai
    在 GitHub 上查看↗26,030
查看 Cursor Talk To Figma Mcp 的所有 30 个替代方案→