Back to Home
Antonytm icon

figma-mcp-server

Verified Safe

by Antonytm

Overview

Enables AI agents to read from and modify Figma design documents programmatically, offering capabilities beyond the official read-only Figma MCP server.

Installation

Run Command
cd mcp && npm run start

Environment Variables

  • TRANSPORT

Security Notes

The server is designed for local-only operation, restricting network access to localhost for communication between the Figma plugin and the server. This significantly reduces external attack surfaces. Input validation for tool parameters is implemented using Zod schemas, which helps prevent malformed requests. The architecture clearly separates the plugin (interacting with Figma API) from the server (handling MCP communication). A prominent warning is included in the README about the risks of exposing the server to a wider network, demonstrating awareness of potential vulnerabilities. Deductions are minor, acknowledging the inherent power of a tool that can modify a document and the explicit warning for network exposure.

Similar Servers

Stats

Interest Score56
Security Score9
Cost ClassLow
Avg Tokens500
Stars56
Forks12
Last Update2026-01-06

Tags

AI AgentsFigmaDesign AutomationDeveloper ToolsModel Context Protocol