figma-mcp-server
Verified Safeby 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
cd mcp && npm run startEnvironment 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
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
figma-console-mcp
Provides AI assistants with real-time console access, visual debugging, design system extraction, and design creation capabilities for Figma.
figma-mcp-write-server
Enables AI agents to programmatically create, modify, and manage design elements and properties within Figma via the Model Context Protocol (MCP).
figma_mcp_server_actor
Enables AI assistants to interact with Figma designs and projects using natural language commands via the Model Context Protocol.