Skip to main content
Glama

Figma MCP Server

MIT License
60,738
8,062
  • Linux
  • Apple

このモデル コンテキスト プロトコルサーバーを使用して、 Cursorやその他の AI 搭載コーディング ツールに Figma ファイルへのアクセスを許可します。

Cursor が Figma のデザイン データにアクセスできる場合、スクリーンショットを貼り付けるなどの他の方法よりも、デザインをワンショットで正確に作成する方がはるかに優れています。

デモ

Figmaのデザインデータを使ってCursorでUIを構築するデモをご覧ください

仕組み

  1. IDE のチャットを開きます (例: カーソルのエージェント モード)。
  2. Figma ファイル、フレーム、またはグループへのリンクを貼り付けます。
  3. Cursor に Figma ファイルで何かを実行するように指示します (例: デザインの実装)。
  4. カーソルは 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"] } } }

ウィンドウズ

{ "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 のドキュメントを参照してください。

スターの歴史

もっと詳しく知る

Framelink Figma MCPサーバーはシンプルながらも強力です。Framelink サイトで詳細をご確認いただき、最大限に活用してください。

スポンサー

🥇 ゴールドスポンサー

🥈 シルバースポンサー

🥉ブロンズスポンサー

😻 少額の支援者

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Cursor がモデル コンテキスト プロトコルを通じて Figma ファイルにアクセスできるようにすることで、コード生成のために設計データを正確に解釈して利用する能力が向上します。

  1. 仕組み
    1. はじめる
      1. macOS / Linux
      2. ウィンドウズ
    2. スターの歴史
      1. もっと詳しく知る
        1. スポンサー
          1. 🥇 ゴールドスポンサー
          2. 🥈 シルバースポンサー
          3. 🥉ブロンズスポンサー
          4. 😻 少額の支援者

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          Enables seamless interaction with Figma via the Model Context Protocol, allowing LLM applications to access, manipulate, and track Figma files, components, and variables.
          Last updated -
          2
          106
          TypeScript
          • Apple
        • A
          security
          A
          license
          A
          quality
          An MCP server integration that enables Cursor AI to communicate with Figma, allowing users to read designs and modify them programmatically through natural language commands.
          Last updated -
          19
          2,514
          3,528
          JavaScript
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that integrates Figma design files with AI coding tools like Cursor, Windsurf, and Cline, allowing AI tools to access and understand Figma design data for generating more accurate code.
          Last updated -
          124
          6
          TypeScript
          MIT License
          • Linux
          • Apple
        • A
          security
          F
          license
          A
          quality
          A tool that integrates Figma with Cursor through the Model Context Protocol, allowing users to retrieve, optimize, and convert design data from Figma files into structured CSS and design tokens.
          Last updated -
          1
          JavaScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/GLips/Figma-Context-MCP'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server