Figma MCP Server
Figma MCP 服务器
模型上下文协议 (MCP) 服务器提供与 Figma 的 API 集成,允许您与 Figma 文件、评论、组件等进行交互。
特征
文件操作
获取文件信息
获取文件版本历史记录
获取文件组件
评论管理
列出文件中的注释
添加新评论
删除评论
项目和团队特色
列出团队项目
获取项目文件
获取已发布的样式
Webhook 管理
创建 webhook
列出现有的 webhook
删除 webhook
Related MCP server: Figma MCP Server
安装
克隆存储库
安装依赖项:
npm install构建服务器:
npm run build配置
使用 Figma 访问令牌在 MCP 设置文件中配置服务器:
{
"mcpServers": {
"figma": {
"command": "node",
"args": ["path/to/figma-server/build/index.js"],
"env": {
"FIGMA_ACCESS_TOKEN": "your-access-token-here"
},
"disabled": false,
"alwaysAllow": []
}
}
}可用工具
文件操作
获取文件
获取有关 Figma 文件的信息
{
"file_key": "string"
}获取文件版本
获取文件的版本历史记录
{
"file_key": "string"
}获取文件组件
获取文件中的组件
{
"file_key": "string"
}评论管理
获取文件评论
从文件中获取评论
{
"file_key": "string"
}发表评论
对文件发表评论
{
"file_key": "string",
"message": "string"
}删除评论
从文件中删除评论
{
"file_key": "string",
"comment_id": "string"
}项目与团队运营
获取团队项目
为团队获取项目
{
"team_id": "string"
}获取项目文件
获取项目中的文件
{
"project_id": "string"
}获取组件样式
获取已发布的样式
{
"team_id": "string"
}Webhook 管理
创建webhook
创建 webhook
{
"team_id": "string",
"event_type": "string",
"callback_url": "string"
}获取网络钩子
列出 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>执照
麻省理工学院
贡献
分叉存储库
创建你的功能分支
提交你的更改
推送到分支
创建新的 Pull 请求
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