Back to Home
GSNadarajan icon

figma-mcp-server

Verified Safe

by GSNadarajan

Overview

Provides a Model Context Protocol (MCP) server to expose Figma design tools to Claude Desktop for design-to-code workflows.

Installation

Run Command
uvicorn main:app --reload --port 8002

Environment Variables

  • FIGMA_ACCESS_TOKEN

Security Notes

The server uses `CORSMiddleware` with `allow_origins=["*"]`, which permits requests from any origin. While common for specific integrations, it can be overly permissive for general web services. Additionally, the `/save-code` endpoint allows writing arbitrary HTML, CSS, and JavaScript strings to the server's filesystem. If this endpoint is publicly exposed without robust authentication and authorization, it could be exploited to store malicious files (e.g., web shells, spam), consume disk space, or potentially lead to other vulnerabilities if the saved files are later served or processed by other systems.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-25

Tags

FigmaMCPDesign-to-CodeClaude AIFastAPI