Back to Home
himanshupawar-10 icon

figma-mcp-server

Verified Safe

by himanshupawar-10

Overview

A local Model Context Protocol (MCP) server designed to enable LLM clients to interact with Figma for listing projects, fetching file data, and generating React/HTML frontend code from Figma frames.

Installation

Run Command
node server.js

Environment Variables

  • FIGMA_TOKEN

Security Notes

The server uses `process.env.FIGMA_TOKEN` or passes a token argument, which is good practice for secret handling. It explicitly states it uses stdio transport and does not expose an HTTP port, reducing direct network attack surface. There is no usage of `eval` or obvious obfuscation. The `generate_frontend` tool produces React/HTML code; while basic, it uses `escapeJsxText` for text content, mitigating simple XSS from Figma text. The primary security consideration is the sensitive nature of the Figma Personal Access Token and the potential for its misuse if the LLM client or the environment running the server is compromised.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-11-20

Tags

FigmaMCPLLM ToolsFrontend GenerationNode.js