Figma MCP ServerServer

1yhy
GitHub
FigmaAI IntegrationMCP

Loading subscription status...

💡 Description

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.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Figma MCP": {
        "args": [
          "figma-mcp",
          "--figma-api-key=<your-figma-api-key>",
          "--stdio"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get_figma_datadownload_figma_images

Features

  • Converts Figma design data into AI-friendly formats.
  • Fetches design data from Figma files including layouts and styles.
  • Supports downloading SVG assets from Figma designs.

💬 Example Queries

  • Get layout and style information from a Figma file.
  • Download images and icons from a Figma design.