Skip to main content
Glama

figma-mcp

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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

  1. 모든 Figma 페이지에 접속하세요
  2. 모든 Figma 구성 요소에 액세스하세요
  3. Figma 프로토타입 흐름에 액세스하세요
  1. pipx를 사용한 빠른 설치
    1. 커서의 경우:
    2. Windsurf와 같은 다른 IDE의 경우 MCP 구성 파일(예: mcp_config.json )을 사용하세요.
  2. uv를 설치하고 환경을 설정하세요
    1. 로컬로 테스트

      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
        F
        license
        A
        quality
        A 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.
        Last updated -
        18
        34
        1
      • A
        security
        F
        license
        A
        quality
        Enables AI assistants to interact with Figma files through the ModelContextProtocol, allowing viewing, commenting, and analyzing Figma designs directly in chat interfaces.
        Last updated -
        5
        997
        173
        TypeScript
        • Apple
      • -
        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

      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/JayZeeDesign/figma-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server