figma-context-mcp-server (sand1018/figma-mcp) is an MCP server listed on the M8ven Trust Index. It scores 72 out of 100, grade C. It declares 5 tools. No publisher has claimed this listing.
Converts Figma design data into structured semantic analysis JSON and screenshots for AI agents to use in design-to-code workflows.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
sand1018
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
figma_get_page_context获取指定 Figma 节点的完整设计上下文,包括: 1. 截图(image 类型,直接可视) 2. 结构化语义分析 JSON(容器聚合、精确样式、重复模式检测) 3. 资源列表(所有图片 URL) 这是还原 Figma 设计稿的主入口。输出完整的结构化数据,包含精确的 CSS 值、文本内容、 图片资源 URL、容器层级关系、布局方向和重复模式标记。 Args: - node_id (string, 必填): Figma 节点 ID,如 "0:118" 或 "0-118" Returns: 截图 + 结构化分析 JSON,可直接用于组件还原。
figma_get_screenshot获取指定 Figma 节点的截图 (image/png)。 Args: - node_id (string, 必填): Figma 节点 ID Returns: 截图 image。
figma_analyze_structure仅获取结构化分析 JSON(不含截图)。适合在已有截图的情况下补充获取结构数据。 输出包含:容器聚合、精确 CSS 样式、布局方向推断、重复模式检测、资源 URL 列表。 Args: - node_id (string, 必填): Figma 节点 ID Returns: 结构化语义分析 JSON。
figma_get_variables获取节点关联的设计变量定义,如颜色、间距、字体等复用值。 输出示例: {'icon/default/secondary': #949494, 'spacing/md': 16px} 适合提取设计系统 token。 Args: - node_id (string, 必填): Figma 节点 ID Returns: 变量定义列表。
figma_download_assets分析指定节点并将所有图片/SVG 资源下载到本地目录。 流程: 1. 获取 metadata + design-context 2. 运行语义分析,提取 assets 列表 3. 通过 localhost URL 下载每个资源文件 4. 返回下载结果摘要 Args: - node_id (string, 必填): Figma 节点 ID - out_dir (string, 必填): 资源保存目录 Returns: 下载摘要(成功/失败数量,文件列表)。
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
Tool annotations
1/5 tools have annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
4/5 tools missing one or more hints — figma_get_page_context (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); figma_get_screenshot (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); figma_analyze_structure (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +1 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Shell command execution
3 child_process calls — runs shell commands
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Production dependencies are patched
0 critical, 2 high severity in production deps — @modelcontextprotocol/sdk@1.6.1 (high), @modelcontextprotocol/sdk@1.6.1 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/sand1018/figma-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check