Figma MCP ServerServer

moonray
GitHub
FigmaMCPAPI

Loading subscription status...

💡 Description

An MCP server for analyzing Figma file structures by extracting node hierarchies through the Figma API.

📝 JSON Entries

{
  "mcpServers": [
    {
      "figma-mcp-server": {
        "env": {
          "FIGMA_API_KEY": "your_figma_api_key_here"
        },
        "args": [
          "--cli"
        ],
        "command": "figma-mcp-server"
      }
    }
  ]
}

🛠️ Tools

analyze_figma_file

Features

  • Supports both REST API and MCP protocol.
  • Configurable node tree depth.

💬 Example Queries

  • Analyze a Figma file by providing its URL and specify the node depth.
  • Get the health status of the Figma MCP server.
  • Retrieve open API documentation for utilizing Figma MCP Server.