mcp-figma
The Figma MCP Server is a tool designed to analyze Figma file structures through both REST API and MCP protocols. It offers features like node hierarchy extraction and configurable depth, making it a versatile tool for developers needing insights into Figma design files.
Top Comments
Figma MCP Server
An MCP (Model Context Protocol) server designed for analyzing Figma file structures.
Features
- Analyze Figma files to extract node hierarchies
- Supports both REST API and MCP protocol
- Configurable node tree depth
Prerequisites
- Node.js 16+
- npm or yarn
- A Figma API key
Usage
Start the server using npm to initiate as a REST API Server or directly through the MCP protocol for LLMs. The server supports several endpoints for file analysis and health checks.
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
Fetch MCP Server is designed to help language models retrieve web content by converting HTML to markdown for easier consumption. It includes features like content truncation, chunk reading, and customizable user-agent settings, making it highly adaptable for various web scraping tasks.