Figma MCP Write Server
@oO
About Figma MCP Write Server
A Model Context Protocol (MCP) server for writing to Figma files
Basic information
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
More Media & Design MCP servers
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.

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Vibe Design System
mondaycomπ¨ Vibe Design System - Official monday.com UI resources for application development in React.js
Comments