Back to Browse

Figma To Code MCP Server

DesignUse Caution4.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

LLM-optimized Figma MCP server.

About

LLM-optimized Figma MCP server.

Security Report

4.5
Use Caution4.5High Risk

The Figma To Code MCP server is well-structured with appropriate authentication via Figma API keys and proper credential handling. The codebase demonstrates good security practices including no hardcoded secrets, no malicious patterns, and permissions that match its stated purpose (reading Figma files and caching data). Minor code quality observations exist but do not rise to security concerns. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

4 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

temp_directory

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokensRequired

Environment variable: FIGMA_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-felixanhalt-figma-to-code-mcp": {
      "env": {
        "FIGMA_API_KEY": "your-figma-api-key-here"
      },
      "args": [
        "-y",
        "@tmegit/figma-to-code-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!