design-wand
Verified Safeby consigcody94
Overview
Automate design workflows in Figma by providing AI-powered tools for file inspection, component management, asset export, style updates, and comment tracking.
Installation
node dist/index.jsSecurity Notes
The server communicates with the Figma API using a user-provided personal access token. This token grants access to files the user can view. The server itself does not use 'eval' or obvious obfuscation. Input parameters are passed to the Figma API; potential vulnerabilities would mostly reside within the Figma API's handling of these inputs or how the client handles and stores the Figma token. The server handles and serializes JSON responses, which could reveal verbose error messages from the Figma API, but this is not a code execution risk. The README advises users to never commit tokens and to rotate them regularly.
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.
Fusion-360-MCP-Server
Enables AI agents to control Autodesk Fusion 360 through its API, execute Python code directly within Fusion, and integrate with other Model Context Protocol (MCP) tools.
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).