Skip to main content
Glama

Figma MCP Server

MIT License
60,738
8,062
  • Linux
  • Apple

모델 컨텍스트 프로토콜 서버를 사용하면 Cursor 와 기타 AI 기반 코딩 도구가 Figma 파일에 액세스할 수 있습니다.

Cursor가 Figma 디자인 데이터에 액세스할 수 있으면 스크린샷을 붙여넣는 것과 같은 대체 방식보다 한 번에 디자인을 정확하게 제작하는 데 훨씬 더 효과적입니다.

데모

Figma 디자인 데이터를 사용하여 Cursor에서 UI를 구축하는 데모를 시청하세요.

작동 원리

  1. IDE의 채팅을 엽니다(예: 커서의 에이전트 모드).
  2. Figma 파일, 프레임 또는 그룹에 대한 링크를 붙여넣습니다.
  3. Cursor에게 Figma 파일로 무언가를 하라고 요청합니다. 예를 들어, 디자인을 구현합니다.
  4. 커서는 Figma에서 관련 메타데이터를 가져와서 코드를 작성하는 데 사용합니다.

이 MCP 서버는 Cursor와 함께 사용하도록 특별히 설계되었습니다. Figma API 에서 컨텍스트를 응답하기 전에, 응답을 단순화하고 변환하여 가장 관련성 높은 레이아웃 및 스타일 정보만 모델에 제공합니다.

모델에 제공되는 컨텍스트의 양을 줄이면 AI의 정확도가 높아지고 응답의 관련성도 높아집니다.

시작하기

많은 코드 편집기와 기타 AI 클라이언트는 구성 파일을 사용하여 MCP 서버를 관리합니다.

다음을 구성 파일에 추가하여 figma-developer-mcp 서버를 구성할 수 있습니다.

참고: 이 서버를 사용하려면 Figma 액세스 토큰을 생성해야 합니다. Figma API 액세스 토큰 생성 방법은 여기에서 확인할 수 있습니다.

맥OS / 리눅스

지엑스피1

윈도우

{ "mcpServers": { "Framelink Figma MCP": { "command": "cmd", "args": ["/c", "npx", "-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"] } } }

또는 env 필드에 FIGMA_API_KEYPORT 설정할 수 있습니다.

Framelink Figma MCP 서버를 구성하는 방법에 대한 자세한 정보가 필요하면 Framelink 문서를 참조하세요.

스타 역사

자세히 알아보기

Framelink Figma MCP 서버는 간단하지만 강력합니다. Framelink 사이트에서 자세히 알아보고 최대한 활용해 보세요.

스폰서

🥇 골드 스폰서

🥈 실버 스폰서

🥉 브론즈 스폰서

😻 더 작은 후원자들

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

커서가 모델 컨텍스트 프로토콜을 통해 Figma 파일에 액세스할 수 있도록 하여 코드 생성을 위해 설계 데이터를 정확하게 해석하고 활용하는 기능을 향상시킵니다.

  1. 작동 원리
    1. 시작하기
      1. 맥OS / 리눅스
      2. 윈도우
    2. 스타 역사
      1. 자세히 알아보기
        1. 스폰서
          1. 🥇 골드 스폰서
          2. 🥈 실버 스폰서
          3. 🥉 브론즈 스폰서
          4. 😻 더 작은 후원자들

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          Enables 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
          106
          TypeScript
          • Apple
        • A
          security
          A
          license
          A
          quality
          An MCP server integration that enables Cursor AI to communicate with Figma, allowing users to read designs and modify them programmatically through natural language commands.
          Last updated -
          19
          2,514
          3,528
          JavaScript
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          A 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.
          Last updated -
          124
          6
          TypeScript
          MIT License
          • Linux
          • Apple
        • A
          security
          F
          license
          A
          quality
          A tool that integrates Figma with Cursor through the Model Context Protocol, allowing users to retrieve, optimize, and convert design data from Figma files into structured CSS and design tokens.
          Last updated -
          1
          JavaScript

        View all related MCP servers

        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