Figma MCP Server
このモデル コンテキスト プロトコルサーバーを使用して、 Cursorやその他の AI 搭載コーディング ツールに Figma ファイルへのアクセスを許可します。
Cursor が Figma のデザイン データにアクセスできる場合、スクリーンショットを貼り付けるなどの他の方法よりも、デザインをワンショットで正確に作成する方がはるかに優れています。
デモ
Figmaのデザインデータを使ってCursorでUIを構築するデモをご覧ください

Related MCP server: Figma MCP Server
仕組み
IDE のチャットを開きます (例: カーソルのエージェント モード)。
Figma ファイル、フレーム、またはグループへのリンクを貼り付けます。
Cursor に Figma ファイルで何かを実行するように指示します (例: デザインの実装)。
カーソルは 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_KEYとPORT設定することもできます。
Framelink Figma MCP サーバーの設定方法について詳しくは、 Framelink のドキュメントを参照してください。
スターの歴史
もっと詳しく知る
Framelink Figma MCPサーバーはシンプルながらも強力です。Framelink のサイトで詳細をご確認いただき、最大限に活用してください。
スポンサー
🥇 ゴールドスポンサー
🥈 シルバースポンサー
🥉ブロンズスポンサー
😻 少額の支援者
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables seamless interaction with Figma via the Model Context Protocol, allowing LLM applications to access, manipulate, and track Figma files, components, and variables.21,228150MIT
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with Figma files through the ModelContextProtocol, allowing viewing, commenting, and analyzing Figma designs directly in chat interfaces.52,156214
- AlicenseBqualityDmaintenanceAllows Cursor AI to communicate with Figma for reading designs and modifying them programmatically through a Model Context Protocol integration.388821MIT
- Alicense-qualityDmaintenanceEnables Cursor to access Figma design data via MCP, allowing it to fetch simplified layout and styling information to accurately implement designs from Figma files.2,156MIT
Related MCP Connectors
The Figma MCP server brings Figma design context directly into your AI workflow.
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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