DS-Figma-MCP
Verified Safeby chadwd
Overview
Design System documentation and Figma integration platform for design tokens and reusable components.
Installation
npm run devEnvironment Variables
- FIGMA_TOKEN
- BASE_URL
Security Notes
The `scripts/generate-figma-tokens.js` uses `fs.writeFileSync` for local file system operations, which is an expected part of the build process. The `FIGMA_TOKEN` for Figma integration is correctly sourced from environment variables, preventing hardcoded secrets. `jsdom` (a dev dependency) has network capabilities but is not used in the production build. The project itself doesn't expose server-side endpoints for remote code execution or direct user file uploads, mitigating common web vulnerabilities. Large dependency tree introduces inherent, but not directly apparent, supply chain risks.
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.
geminimcp
Integrates Google's Gemini CLI with Claude Code as an MCP server for AI-assisted programming, particularly strong in frontend design.
figma-console-mcp
Provides AI assistants with real-time console access, visual debugging, design system extraction, and design creation capabilities for Figma.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.