figma-qwen-cli-extension
Verified Safeby monkey-di
Overview
Integrate Figma design data and image downloads into a Qwen CLI workflow for development purposes.
Installation
npx -y figma-developer-mcp --figma-api-key=$FIGMA_API_KEY --stdioEnvironment Variables
- FIGMA_API_KEY
Security Notes
The provided source code handles the Figma API key securely via environment variables and does not contain obvious malicious patterns, 'eval', or hardcoded secrets. However, the core functionality relies on the external 'figma-developer-mcp' npm package, which is run via 'npx'. The security of the overall system depends on the trustworthiness of this third-party package, whose source code is not provided for review.
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-server
Enables AI agents to read from and modify Figma design documents programmatically, offering capabilities beyond the official read-only Figma MCP server.
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).