Figma MCP Server
@thirdstrandstudio
关于 Figma MCP Server
Figma MCP Server with full API functionality
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-figma-thirdstrandstudio": {
"command": "npx",
"args": [
"@smithery/cli@latest",
"install",
"@thirdstrandstudio/mcp-figma",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Figma MCP Server?
Figma MCP Server is an MCP server that provides a complete set of Figma API methods through the Model Context Protocol. It enables AI assistants like Claude to interact programmatically with Figma files, comments, components, styles, webhooks, and library analytics.
How to use Figma MCP Server?
You need a Figma API token. Install via npx @thirdstrandstudio/mcp-figma or clone and build the repository. Configure the server in your Claude Desktop config (claude_desktop_config.json) using either the FIGMA_API_KEY environment variable or the --figma-token command‑line argument. Once set up, call any of the 30+ available tools (e.g., figma_get_file, figma_post_comment) from an MCP client.
Key features of Figma MCP Server
- All Figma API methods as MCP tools (30+ tools)
- User, file, comment, team, and project methods
- Component and style retrieval (team & file level)
- Webhook management (V2 API)
- Library analytics for component, style, and variable usage
Use cases of Figma MCP Server
- Extract design data and assets from Figma files using natural language
- Manage comments: read, post, and delete, including reactions
- Set up webhooks to monitor file or team changes
- Analyze library usage: track component and style adoption across teams
FAQ from Figma MCP Server
How do I authenticate with the Figma API?
Set the FIGMA_API_KEY environment variable or pass the --figma-token (or -ft) command‑line argument when starting the server.
What Node.js version is required?
Node.js v16 or later is required.
Can I install this server via Smithery?
Yes. Use npx @smithery/cli@latest install @thirdstrandstudio/mcp-figma --client claude for automatic installation.
How do I use it with Claude Desktop?
Add a configuration entry to claude_desktop_config.json using either npx with the --figma-token argument or a direct node path with the FIGMA_API_KEY environment variable.
How should I handle large Figma files?
Start with depth=1 when calling figma_get_file, then increase the depth if more detail is needed.
媒体与设计 分类下的更多 MCP 服务器
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.
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
评论