Back to Home
alucardeht icon

figma-mcp-server

Verified Safe

by 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

Run Command
node server.js

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-05

Tags

FigmaWebhooksProxyIntegrationNode.js