Figma MCP Write Server
@oO
关于 Figma MCP Write Server
A Model Context Protocol (MCP) server for writing to Figma files
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"figma-write": {
"command": "node",
"args": [
"/path/to/figma-mcp-write-server/dist/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Figma MCP Write Server?
A Model Context Protocol (MCP) server that provides write access to Figma through the Plugin API, enabling AI agents to create, modify, and manage Figma designs programmatically. It overcomes the read-only limitation of the Figma REST API and is designed for developers and designers using AI assistants.
How to use Figma MCP Write Server?
Clone the repository, run npm install, npm run build, and npm start to start the server. Install the Figma plugin by importing figma-plugin/manifest.json
媒体与设计 分类下的更多 MCP 服务器
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
Melrōse - programming of music melodies
emickleiinteractive programming of melodies, producing MIDI
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
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.
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.
评论