Skip to main content
Glama

figma-mcp

Figma MCP Python

Permite que tus agentes de programación de IA accedan directamente a los archivos y prototipos de Figma. Puedes contactarme por mensaje directo si tienes algún problema o mejora: https://x.com/jasonzhou1993

Instalación rápida con pipx

pipx install figma-mcp

Para el cursor:

  1. En la configuración, agregue un servidor MCP usando el comando:
figma-mcp --figma-api-key=your_figma_key
  1. O agregue un archivo .cursor/mcp.json en su proyecto:
{ "mcpServers": { "figma-python": { "command": "figma-mcp", "args": [ "--figma-api-key=your_figma_key" ] } } }

Para otros IDE como Windsurf, utilice un archivo de configuración MCP (por ejemplo, mcp_config.json ):

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

Instalar uv y configurar el entorno

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

Pruebe localmente

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.

Permite que tus agentes de programación de IA accedan directamente a los archivos y prototipos de Figma. Puedes contactarme por mensaje directo si tienes algún problema o mejora: https://x.com/jasonzhou1993

  1. Acceder a todas las páginas de Figma
  2. Accede a todos los componentes de Figma
  3. Acceder a los flujos de prototipos de Figma
  1. Instalación rápida con pipx
    1. Para el cursor:
    2. Para otros IDE como Windsurf, utilice un archivo de configuración MCP (por ejemplo, mcp_config.json ):
  2. Instalar uv y configurar el entorno
    1. Pruebe localmente

      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