A
securityF
licenseA
qualityEnables 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
69
132
TypeScript
Figma API에 연결되는 MCP(Model Context Protocol) 서버로, AI 도구와 LLM이 Figma 디자인에 액세스하여 작업할 수 있습니다.
.env
파일을 만듭니다.~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
커서의 MCP 구성 파일을 생성하거나 편집합니다.
~/Library/Application Support/Cursor/mcp.json
%APPDATA%\Cursor\mcp.json
.cursor
디렉토리를 만듭니다.mcp.json
파일을 만듭니다.도구 | 설명 |
---|---|
get-file-info | Figma 파일에 대한 기본 정보 가져오기 |
get-nodes | Figma 파일에서 특정 노드 가져오기 |
get-components | Figma 파일에서 구성 요소 정보 가져오기 |
get-styles | Figma 파일에서 스타일 정보 가져오기 |
get-comments | Figma 파일에서 주석 가져오기 |
search-file | Figma 파일에서 유형, 이름 등을 기준으로 요소를 검색합니다. |
extract-text | Figma 파일에서 모든 텍스트 요소 추출 |
analyze-design-system
- 일관성을 위해 디자인 시스템 구성 요소와 스타일을 분석합니다.extract-ui-copy
- 디자인에서 모든 UI 복사본을 추출하고 정리합니다.generate-dev-handoff
- 설계 기반 개발 핸드오프 문서 생성Claude와 함께 사용:
커서와 함께 사용:
변하기 쉬운 | 설명 | 기본 |
---|---|---|
FIGMA_API_TOKEN | Figma 개인 액세스 토큰 | (필수의) |
API_KEY | API 인증을 위한 보안 키 | (필수의) |
TRANSPORT_TYPE | 전송 방법( stdio 또는 sse ) | stdio |
PORT | SSE 운송 항구 | 3000 |
이 MCP 서버:
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
AI 도구와 LLM을 Figma 디자인에 연결하여 디자인 데이터를 추출하고, 디자인 시스템을 분석하고, 개발 문서를 생성할 수 있는 모델 컨텍스트 프로토콜 서버입니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mohammeduvaiz/figma-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server