MCP.so
Sign In

Figma MCP Write Server

@oO

About Figma MCP Write Server

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

Basic information

Category

Media & Design

License

View license

Runtime

node

Transports

stdio

Publisher

oO

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "figma-write": {
      "command": "node",
      "args": [
        "/path/to/figma-mcp-write-server/dist/index.js"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Media & Design MCP servers