Figma-MCP-Designer
Verified Safeby fahadazizz
Overview
Extracts, parses, and normalizes Figma design information into a structured JSON schema via a Model Context Protocol (MCP) server.
Installation
fastmcp run main.py:mcpEnvironment Variables
- FIGMA_API_TOKEN
Security Notes
The server securely loads the Figma API token from environment variables. It interacts with the Figma API over HTTPS, which is standard for web services. There are no indications of 'eval', code injection, or other immediately dangerous patterns. The client launches the server using `sys.executable` and `main.py`, which is a controlled and generally safe method for running local Python processes.
Similar Servers
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.
FerrumMCP
A browser automation server for AI assistants, enabling interaction with web pages through the Model Context Protocol.
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).
MinecraftDeveloperMCP
Provides an HTTP API for Spigot/Paper Minecraft servers to enable external tooling for automated administration and management.