Figma MCP Server
Figma MCP 서버
Figma API와 통합을 제공하는 MCP(Model Context Protocol) 서버로, Figma 파일, 주석, 구성 요소 등과 상호 작용할 수 있습니다.
특징
파일 작업
파일 정보 가져오기
파일 버전 기록 가져오기
파일 구성 요소 가져오기
댓글 관리
파일에 주석 나열
새로운 댓글을 추가하세요
댓글 삭제
프로젝트 및 팀 기능
팀 프로젝트 목록
프로젝트 파일 가져오기
게시된 스타일 가져오기
웹훅 관리
웹훅 만들기
기존 웹훅 나열
웹훅 삭제
Related MCP server: Figma MCP Server
설치
저장소를 복제합니다
종속성 설치:
지엑스피1
서버를 빌드하세요:
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": []
}
}
}사용 가능한 도구
파일 작업
get_file
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"
}get_component_styles
게시된 스타일 가져오기
{
"team_id": "string"
}웹훅 관리
웹훅 생성
웹훅 만들기
{
"team_id": "string",
"event_type": "string",
"callback_url": "string"
}get_webhooks
웹훅 목록
{
"team_id": "string"
}웹훅 삭제
웹훅 삭제
{
"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>특허
MIT
기여하다
저장소를 포크하세요
기능 브랜치를 생성하세요
변경 사항을 커밋하세요
지점으로 밀어 넣기
새로운 풀 리퀘스트 만들기
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