{
  "id": "figma",
  "name": "Figma",
  "description": "Read Figma frames, components, and styles to ground UI work in your designs.",
  "categories": [
    "Design",
    "Frontend"
  ],
  "appUrl": "https://www.figma.com",
  "docsUrl": "https://github.com/GLips/Figma-Context-MCP",
  "popularityRank": 5,
  "connectionOptions": [
    {
      "id": "api",
      "provider": "mcp",
      "transport": {
        "kind": "stdio",
        "serverName": "figma",
        "command": "npx",
        "args": [
          "-y",
          "figma-developer-mcp",
          "--stdio"
        ],
        "envFields": [
          {
            "key": "FIGMA_API_KEY",
            "label": "Figma personal access token",
            "type": "password",
            "required": true,
            "helperText": "Personal access token from your Figma account settings.",
            "helperLink": "https://developers.figma.com/docs/rest-api/authentication/#personal-access-tokens"
          }
        ]
      },
      "auth": {
        "strategy": "api_key"
      }
    },
    {
      "id": "oauth",
      "provider": "http",
      "auth": {
        "strategy": "oauth2",
        "oauth": {
          "authorizationUrl": "https://www.figma.com/oauth",
          "tokenUrl": "https://api.figma.com/v1/oauth/token",
          "scopes": [
            "current_user:read",
            "file_content:read",
            "file_metadata:read",
            "projects:read"
          ]
        }
      },
      "http": {
        "apiBaseUrl": "https://api.figma.com",
        "openApiUrl": "https://raw.githubusercontent.com/figma/rest-api-spec/main/openapi/openapi.yaml"
      }
    }
  ],
  "iconBg": "var(--oh-surface)",
  "logoUrl": "https://cdn.simpleicons.org/figma/FFFFFF",
  "keywords": [
    "design",
    "ui",
    "frames",
    "components"
  ]
}
