MCP.so
登录

Framelink Figma MCP Server

@UDILGU

关于 Framelink Figma MCP Server

暂无概览

基本信息

分类

媒体与设计

许可证

MIT license

运行时

node

传输方式

stdio

发布者

UDILGU

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Framelink Figma MCP": {
      "command": "npx",
      "args": [
        "-y",
        "figma-developer-mcp",
        "--figma-api-key=YOUR-KEY",
        "--stdio"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Framelink Figma MCP Server?

Framelink Figma MCP Server is a Model Context Protocol (MCP) server that gives AI coding tools like Cursor access to Figma design data. It fetches and simplifies Figma file metadata so that AI agents can accurately implement designs in any framework in one shot.

How to use Framelink Figma MCP Server?

Add the server to your MCP configuration file using npx -y figma-developer-mcp with a --figma-api-key flag or by setting the FIGMA_API_KEY environment variable. After configuration, paste a link to a Figma file, frame, or group into your IDE’s chat and ask the AI to implement the design.

Key features of Framelink Figma MCP Server

  • Designed for use with Cursor and other AI coding tools.
  • Simplifies Figma API responses to relevant layout and styling info.
  • Reduces context size for more accurate AI responses.
  • Supports one-shot implementation of designs in any framework.
  • Requires only a Figma personal access token to get started.

Use cases of Framelink Figma MCP Server

  • Quickly translate Figma mockups into production-ready code in Cursor.
  • Give AI coding agents real-time access to Figma design data.
  • Speed up design handoff by letting AI implement UI layouts directly.
  • Reduce manual rework by using accurate design metadata instead of screenshots.

FAQ from Framelink Figma MCP Server

How do I get a Figma access token?

You can create a Figma personal access token by following Figma’s instructions at help.figma.com (Manage personal access tokens).

What IDEs and tools does it support?

It is specifically designed for use with Cursor but can work with other AI-powered coding tools that support the Model Context Protocol.

How do I configure the server?

Add the server to your MCP configuration file (e.g., mcpServers in Cursor) using the command npx -y figma-developer-mcp with a --figma-api-key flag. Alternatively, set FIGMA_API_KEY and PORT in the env field.

What license is this project under?

It is released under the MIT License.

Where does the Figma data live?

The server fetches data from the Figma API on demand; it does not store design files locally. Only simplified layout and styling metadata is provided to the AI model.

评论

媒体与设计 分类下的更多 MCP 服务器