Skip to main content

logics-mcp-figma

Install, configure, and use a Figma MCP server to connect MCP clients to Figma (search files, read nodes, export assets). Use when wiring MCP clients to Figma. Use when this capability is needed.

跳到安装

来源信息

仓库
tomevault-io/skills-registry
最近来源活动
2026年4月28日 22:53
检测到的 SKILL.md 语言
英语
星标
1
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
logics-mcp-figma
description
Install, configure, and use a Figma MCP server to connect MCP clients to Figma (search files, read nodes, export assets). Use when wiring MCP clients to Figma. Use when this capability is needed.
metadata
{"author":"alexago83"}
# Figma MCP (official) ## Quick start 1) Enable the **desktop MCP server** in the Figma desktop app (Dev Mode). 2) Add the MCP server config to your client (below). 3) Restart the client and test a simple query (list pages or export a node). ### Desktop MCP server (local) The desktop MCP server runs at: ``` http://127.0.0.1:3845/mcp ``` Example MCP config: ```json { "mcpServers": { "figma-desktop": { "url": "http://127.0.0.1:3845/mcp" } } } ``` ### Remote MCP server (hosted by Figma) The remote MCP server endpoint: ``` https://mcp.figma.com/mcp ``` Example MCP config: ```json { "mcpServers": { "figma-remote": { "url": "https://mcp.figma.com/mcp" } } } ``` ## Usage flow (agent-side) - Start with a read-only request (list pages, list nodes). - Use node IDs to export assets. - Keep exports small and scoped to the required nodes. ## Safety - Treat tokens as secrets. Do not log them. - Use least-privileged tokens where possible. --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-13 -->
在 GitHub 查看