figma-mcp-server
Verified Safeby alucardeht
Overview
This server acts as an intermediary to receive Figma webhooks and forward them to another specified server for further processing or integration.
Installation
node server.jsEnvironment Variables
- FIGMA_API_KEY
- MCP_SERVER_URL
- PORT
- WEBHOOK_URL
Security Notes
The server functions as a simple proxy, forwarding incoming webhook data to a configurable `MCP_SERVER_URL`. While the code itself does not contain 'eval', obfuscation, or hardcoded secrets (API key is an env var), the security relies heavily on the trustworthiness of the configured `MCP_SERVER_URL` and the incoming webhook's origin. No specific input validation on the forwarded payload is observed, which is typical for a raw proxy but means downstream systems must handle validation.
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-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).
mcp-gateway
A multi-tenant secure proxy for AI clients to Ragie Model Context Protocol (MCP) services with WorkOS authentication and role-based access control.