Back to Browse

Figma Context MCP Server

by GLips
DesignModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

About

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured Figma MCP server with appropriate authentication via API key and reasonable permission scope. The code is clean with good input validation and proper error handling. Minor findings include telemetry integration without explicit user consent visibility and broad exception handling in a few places, but these do not represent security vulnerabilities. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 7 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.

env_vars

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

HTTP Network Access

Connects to external APIs or services over the internet.

file_system

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-glips-figma-context-mcp": {
      "env": {
        "FIGMA_API_KEY": "your-figma-api-key-here"
      },
      "args": [
        "-y",
        "figma-developer-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!