figma-context-mcp-server
Converts Figma design data into structured semantic analysis JSON and screenshots for AI agents to use in design-to-code workflows.
README
figma-context-mcp-server
Figma 设计数据 → 结构化语义树 + 截图
代理 Figma Desktop MCP Server,将原始设计数据转换为结构化的语义分析 JSON,供 AI Agent 直接用于设计稿还原。
架构
Figma Desktop App (port 3845)
↓ Streamable HTTP
figma-context-mcp-server (stdio)
↓ 增强输出
AI Agent (Gemini / Claude / etc.)
工具列表
增强工具(带语义分析)
| 工具 | 说明 |
|---|---|
figma_get_page_context |
主入口。截图 + 结构化分析 JSON(容器聚合、CSS、布局、重复检测) |
figma_analyze_structure |
仅结构化分析 JSON(不含截图)。已有截图时使用 |
直通代理(Figma MCP 原生能力)
| 工具 | 说明 |
|---|---|
figma_get_screenshot |
获取节点截图 |
figma_get_metadata |
获取节点层级树 (XML) |
figma_get_design_context |
获取原始参考代码 (React JSX + Tailwind) |
figma_get_variables |
获取设计变量 / Token |
文件操作工具
| 工具 | 说明 |
|---|---|
figma_download_assets |
分析节点并下载所有图片/SVG 到本地 |
figma_fetch_all |
一次性导出全部数据 (metadata + context + screenshot + analysis) |
使用
前置条件
- Figma Desktop App 已打开
- Figma MCP 服务已启用 (http://127.0.0.1:3845/mcp)
- Node.js >= 18
构建
npm install
npm run build
MCP 配置
{
"mcpServers": {
"figma-context": {
"command": "node",
"args": ["path/to/dist/index.cjs"]
}
}
}
源码结构
src/
├── index.ts ← 入口 (McpServer + StdioServerTransport)
├── schemas.ts ← Zod schema 定义
├── figma-mcp.ts ← Figma Desktop MCP 通信层
├── analyzer.ts ← 语义分析核心 (从 semantic-analyze.mjs v3.1 移植)
└── tools.ts ← 8 个工具注册
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.