figma-mcp-server
1
This project is a Model Context Protocol (MCP) server designed to interface with Figma's API. It enables AI tools and LLMs to access, analyze, and interact with Figma design files seamlessly. Key features include design data extraction and system analysis.
Figma MCP Server
A Model Context Protocol (MCP) server connecting to Figma's API, enabling AI tools and LLMs to access and work with Figma designs.
Features
- Design Data Extraction
- Design System Analysis
- UI Content Management
- Development Handoff
- Seamless AI Integration
Usage
- Connects with tools like Claude and Cursor to analyze designs
- Supported transports: stdio and SSE
Tools Available
- Get file info
- Get nodes
- Get components
- Get styles
- Get comments
- Search file
- Extract text
Prompts Available
- Analyze design system
- Extract UI copy
- Generate dev handoff documentation
Environment
- Requires Node.js 16+
- Figma Personal Access Token
Architecture
Connects to Figma API using a personal access token, provides a standardized interface, and supports local and remote connections.