Figma MCP Server Configuration & Usage Guide

📦
Installationnpx
⚠️
Risk LevelLow Risk
🔑
API KeyRequired
💻
Clients2 supported

Figma design file reading, supporting design draft info, components, and styles

Low Risk Category: Design & Product Collaboration Verified: 2026-05-18 状态:部分核验

Supported Clients

Installation Command

npx -y figma-mcp-server

Configuration Example

{
  "mcpServers": {
    "figma": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp-server"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "<your-token>"
      }
    }
  }
}

Environment variable required:FIGMA_ACCESS_TOKEN。Do not commit these values to public repositories.

Permission Scope & Security Notes

只读取 Figma 设计文件,不执行修改操作

Risk Score:2/10

Common Errors

Token 无效
在 Figma Settings > Personal Access Tokens 生成
文件未找到
确认 Token 有该文件的访问权限

Sources

Recently Verified:2026-05-18。Client versions and configuration formats may change. Please refer to official documentation before use.

Related Tools