mcp-figma
Verified Safeby 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
node dist/index.jsEnvironment 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
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.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.