figma-mcp

by JayZeeDesign
Verified

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.

Integrations

  • Allows AI coding agents to access Figma files and prototypes directly, providing capabilities to retrieve components, specific nodes, and workflow connections from Figma designs using the Figma API.

Figma MCP 파이썬

AI 코딩 에이전트가 Figma 파일 및 프로토타입에 직접 접근할 수 있도록 허용하세요. 문제나 개선 사항이 있으시면 DM으로 문의해 주세요: https://x.com/jasonzhou1993

pipx를 사용한 빠른 설치

지엑스피1

커서의 경우:

  1. 설정에서 다음 명령을 사용하여 MCP 서버를 추가합니다.
figma-mcp --figma-api-key=your_figma_key
  1. 또는 프로젝트에 .cursor/mcp.json 파일을 추가합니다.
{ "mcpServers": { "figma-python": { "command": "figma-mcp", "args": [ "--figma-api-key=your_figma_key" ] } } }

Windsurf와 같은 다른 IDE의 경우 MCP 구성 파일(예: mcp_config.json )을 사용하세요.

{ "mcpServers": { "figma-python": { "command": "figma-mcp", "args": [ "--figma-api-key=your_figma_key" ] } } }

uv를 설치하고 환경을 설정하세요

curl -LsSf https://astral.sh/uv/install.sh | sh uv venv source .venv/bin/activate uv sync

로컬로 테스트

python -m figma_mcp.main

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

AI 코딩 에이전트가 Figma 파일 및 프로토타입에 직접 접근할 수 있도록 허용하세요. 문제나 개선 사항이 있으시면 DM으로 문의해 주세요: https://x.com/jasonzhou1993

  1. 모든 Figma 페이지에 접속하세요
  2. 모든 Figma 구성 요소에 액세스하세요
  3. Figma 프로토타입 흐름에 액세스하세요
  1. Quick Installation with pipx
    1. For Cursor:
    2. For other IDEs like Windsurf, use an MCP configuration file (e.g., mcp_config.json):
  2. Install uv and set up the environment
    1. Test locally
      ID: pqweyr4aq9