Figma MCP Server
Figma MCP サーバー
Figma の API との統合を提供し、Figma ファイル、コメント、コンポーネントなどを操作できるようにするモデル コンテキスト プロトコル (MCP) サーバーです。
特徴
ファイル操作
ファイル情報を取得する
ファイルのバージョン履歴を取得する
ファイルコンポーネントを取得する
コメント管理
ファイル内のコメントを一覧表示する
新しいコメントを追加する
コメントを削除する
プロジェクトとチームの特徴
チームプロジェクトの一覧
プロジェクトファイルを取得する
公開されたスタイルを取得する
Webhook管理
Webhookを作成する
既存のWebhookを一覧表示する
Webhookを削除する
Related MCP server: Figma MCP Server
インストール
リポジトリをクローンする
依存関係をインストールします:
npm installサーバーを構築します。
npm run build構成
MCP 設定ファイルで、Figma アクセス トークンを使用してサーバーを構成します。
{
"mcpServers": {
"figma": {
"command": "node",
"args": ["path/to/figma-server/build/index.js"],
"env": {
"FIGMA_ACCESS_TOKEN": "your-access-token-here"
},
"disabled": false,
"alwaysAllow": []
}
}
}利用可能なツール
ファイル操作
get_file
Figmaファイルに関する情報を取得する
{
"file_key": "string"
}ファイルバージョンの取得
ファイルのバージョン履歴を取得する
{
"file_key": "string"
}ファイルコンポーネントの取得
ファイル内のコンポーネントを取得する
{
"file_key": "string"
}コメント管理
get_file_comments
ファイルからコメントを取得する
{
"file_key": "string"
}投稿コメント
ファイルにコメントを投稿する
{
"file_key": "string",
"message": "string"
}コメントを削除
ファイルからコメントを削除する
{
"file_key": "string",
"comment_id": "string"
}プロジェクトとチームの運営
チームプロジェクトを取得する
チームのプロジェクトを取得する
{
"team_id": "string"
}プロジェクトファイルを取得する
プロジェクト内のファイルを取得する
{
"project_id": "string"
}get_component_styles
公開されたスタイルを取得する
{
"team_id": "string"
}Webhook管理
ウェブフックの作成
ウェブフックを作成する
{
"team_id": "string",
"event_type": "string",
"callback_url": "string"
}get_webhooks
Webhookの一覧
{
"team_id": "string"
}削除_webhook
Webhookを削除する
{
"webhook_id": "string"
}使用例
// Example using the MCP tool to get file information
<use_mcp_tool>
<server_name>figma</server_name>
<tool_name>get_file</tool_name>
<arguments>
{
"file_key": "your-file-key"
}
</arguments>
</use_mcp_tool>ライセンス
マサチューセッツ工科大学
貢献
リポジトリをフォークする
機能ブランチを作成する
変更をコミットする
ブランチにプッシュする
新しいプルリクエストを作成する
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
- FlicenseBqualityNot gradedmaintenanceA Model Context Protocol server that provides access to Figma API functionality, allowing AI assistants like Claude to interact with Figma files, comments, components, and team resources.181,3344
- AlicenseNot gradedqualityFmaintenanceA 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.41930MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that connects AI tools and LLMs to Figma designs, enabling them to extract design data, analyze design systems, and generate development documentation.1,9752MIT
- AlicenseNot gradedqualityDmaintenanceA server implementation that enables interaction with Figma API through Model Context Protocol (MCP), supporting plugin and widget development with WebSocket communication capabilities.1,9753MIT
Related MCP Connectors
The Figma MCP server brings Figma design context directly into your AI workflow.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/deepsuthar496/figma-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server