Back to Home
wyvern800 icon

mcp-figma

Verified Safe

by wyvern800

Overview

This server acts as a Model Context Protocol (MCP) interface to the Figma API, enabling programmatic export of design assets and data from Figma files for use in other systems or development workflows.

Installation

Run Command
node dist/index.js

Environment Variables

  • FIGMA_API_TOKEN

Security Notes

The server correctly handles the Figma API token by allowing it to be passed via environment variables (`FIGMA_API_TOKEN`) or as a tool parameter, avoiding hardcoding. There is no use of `eval`, `child_process`, or other inherently dangerous functions. Logging is directed to stderr to prevent interference with JSON-RPC communication on stdout. The project's `README.md` also provides clear security guidelines regarding token handling.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-19

Tags

FigmaMCPAPIDesign ToolsData Export