npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

figma-developer-mcp

v0.6.4

Published

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

Readme

使用此 Model Context Protocol 伺服器,讓 Cursor 和其他由 AI 驅動的程式碼工具存取您的 Figma 檔案。

當 Cursor 可以存取 Figma 設計資料時,它在一次性精準實現設計方面,比貼上螢幕截圖等替代方案好得多

示範

觀看在 Cursor 中使用 Figma 設計資料建構 UI 的示範

觀看影片

運作方式

  1. 開啟您 IDE 的聊天功能(例如 Cursor 中的代理模式)。
  2. 貼上 Figma 檔案、框架或群組的連結。
  3. 要求 Cursor 對 Figma 檔案執行操作 — 例如,實現設計。
  4. Cursor 將從 Figma 取得相關元數據,並用它來編寫您的程式碼。

此 MCP 伺服器專為與 Cursor 搭配使用而設計。在從 Figma API 回應內容之前,它會簡化和轉譯回應,以便只向模型提供最相關的版面配置和樣式資訊。

減少提供給模型的內容有助於提高 AI 的準確性並使回應更具關聯性。

入門指南

許多程式碼編輯器和其他 AI 客戶端都使用設定檔來管理 MCP 伺服器。

可以透過將以下內容新增至您的設定檔來設定 figma-developer-mcp 伺服器。

注意:您需要建立一個 Figma 存取權杖才能使用此伺服器。有關如何建立 Figma API 存取權杖的說明,請參閱此處

MacOS / Linux

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

Windows

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

或者您可以在 env 欄位中設定 FIGMA_API_KEYPORT

如果您需要有關如何設定 Framelink Figma MCP 伺服器的更多資訊,請參閱 Framelink 文件

Star 歷史

了解更多

Framelink Figma MCP 伺服器既簡單又強大。請前往 Framelink 網站了解更多資訊,以充分利用它。