Figma MCP
@1yhy
关于 Figma MCP
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Figma MCP": {
"command": "npx",
"args": [
"figma-mcp",
"--figma-api-key=<your-figma-api-key>",
"--stdio"
]
}
}
}工具
5Add a Figma file to your context
Get a thumbnail for a specific node in a Figma file
Get all comments on a Figma file
Post a comment on a node in a Figma file
Reply to an existing comment in a Figma file
概览
What is Figma MCP?
Figma MCP is a server based on the Model Context Protocol (MCP) that integrates Figma design files with AI coding tools such as Cursor, Windsurf, and Cline. It converts Figma design data into a format easily understood by AI models, enabling more accurate code generation directly from designs.
How to use Figma MCP?
Install via npm install -g @yhy2001/figma-mcp-server or from a local .tgz package. Start with figma-mcp --figma-api-key=<your-figma-api-key>. Optionally set a custom --port (default 3333) or use --stdio for command mode. In your AI tool’s MCP configuration, add the server URL (http://localhost:3333/sse) or the npx command with --stdio.
Key features of Figma MCP
- Converts Figma design data into AI-optimized formats.
- Retrieves layout and style info from files, frames, or components.
- Downloads images and icons from Figma files.
- Reduces context size for faster, more accurate AI responses.
Use cases of Figma MCP
- AI coding assistants generating UI code directly from Figma designs.
- Design-to-development handoff without manual pixel inspection.
- Automating component styling extraction for consistent frontend implementation.
FAQ from Figma MCP
What do I need before using the server?
A Figma personal access token (see Figma help on managing tokens) and Node.js installed. You’ll also need a compatible AI tool (Cursor, Windsurf, Cline, or any MCP client).
How do I get a Figma API token?
Follow the official Figma guide: Manage personal access tokens.
Can I run the server without internet access?
No, the server requires internet access to connect to the Figma API and fetch design file data. All design data is retrieved live from Figma.
What transports are supported?
HTTP/SSE (port 3333 by default) and stdio mode (--stdio). Use stdio for tools that launch the server as a subprocess, and SSE for tools that connect to a running server URL.
Is Figma MCP free and open source?
Yes, it is based on the open-source project Figma-Context-MCP and freely available. You only need your own Figma API token (free tier is sufficient for testing).
媒体与设计 分类下的更多 MCP 服务器
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
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.
评论