MCP.so
登录

Figma MCP Write Server

@oO

关于 Figma MCP Write Server

A Model Context Protocol (MCP) server for writing to Figma files

基本信息

分类

媒体与设计

许可证

View license

运行时

node

传输方式

stdio

发布者

oO

配置

使用下面的配置,将此服务器添加到你的 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 服务器