{
  "name": "io.github.figma/figma-mcp",
  "description": "The Figma MCP fetches design context — frames, components, and design tokens — directly from your files. The most common use: generating production UI code from real Figma designs with accurate spacing, colors, and variants.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-04-19",
    "com.top-mcps/score": {
      "value": 64,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-04-19T20:32:57.792Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-04-19T20:32:57.748Z"
    }
  },
  "repository": {
    "url": "https://github.com/figma/figma-mcp",
    "source": "github"
  },
  "author": {
    "name": "Figma"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@figma/mcp",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "FIGMA_ACCESS_TOKEN",
          "description": "FIGMA_ACCESS_TOKEN — required credential for Figma.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-only",
      "sandbox": "Read access to Figma files the authenticated user can see, via a personal access token (or OAuth for enterprise). No write capability.",
      "gotchas": [
        "Personal access tokens are not scoped to specific files — they grant read access to every file the user can open.",
        "Very large Figma files (thousands of nodes) are returned in chunks; the agent has to paginate."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/figma",
    "markdown": "https://top-mcps.com/mcp/figma.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
