Figma MCP Server
@karthiks3000
关于 Figma MCP Server
Claude MCP Server to work with figma
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Figma MCP Server?
Figma MCP Server is a Model Context Protocol (MCP) server that allows Claude AI to extract design information from Figma files and create or update designs using the Figma plugin. It operates in two modes: Readonly Mode for extracting design data via a URL link and Write Mode for creating or updating designs by connecting with the Figma MCP plugin. It is built for developers and designers who want to interact programmatically with Figma through an AI assistant.
How to use Figma MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, then set the FIGMA_ACCESS_TOKEN environment variable. Start the server with npm start or for development use npm run dev. For write mode, the Figma MCP plugin must be installed in the Figma desktop app. Run unit tests with npm test and integration tests with npm run test:integration or npm run test:integration-js.
Key features of Figma MCP Server
- Readonly Mode to extract file info, node details, and styles
- Write Mode to create and update frames, shapes, and text
- Comprehensive API covering components, variables, and responsive design
- Unit and integration tests included for reliability
- Plugin connection test to verify WebSocket communication
Use cases of Figma MCP Server
- Extract design tokens (colors, text styles, effects) from a Figma file
- Create new frames and components programmatically via Claude AI
- Identify components, variants, and responsive design properties
- Automate design updates by modifying node properties and fills
- Test the full flow from design creation to data extraction
FAQ from Figma MCP Server
What are the two modes of Figma MCP Server?
Readonly Mode extracts design information using a Figma URL link, while Write Mode creates or updates designs by connecting with the Figma MCP plugin.
What are the prerequisites?
Node.js 18 or higher, a Figma account with an access token, and the Figma MCP plugin installed in the Figma desktop app (required for write mode).
How do I configure and start the server?
Set the FIGMA_ACCESS_TOKEN environment variable, then run npm start. For development, use npm run dev.
What information can be extracted in readonly mode?
File information, node details, styles (colors, text, effects), assets, variables, component identification, variant detection, and responsive design detection.
What actions are supported in write mode?
Creating frames, shapes, text, components, and component instances; updating node properties; setting fills, strokes, and effects; and deleting nodes.
媒体与设计 分类下的更多 MCP 服务器
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
评论