F

Figma REST API

REST discovered

Details
URL
https://api.figma.com
Spec
https://raw.githubusercontent.com/figma/rest-api-spec/main/openapi/openapi.yaml
Docs
https://developers.figma.com/docs/rest-api/
Authentication
Figma personal access token api_key discovered Get key ↗
X-Figma-Token: <credential>

Sign in to Figma, open Settings from the file browser account menu, then open the Security tab. In Personal access tokens, click Generate new token, choose expiration and scopes, and click Generate token. Copy the token immediately; Figma only shows it once. Use it in the X-Figma-Token header.

Figma plan access token api_key discovered Get key ↗
X-Figma-Token: <credential>

An organization administrator can go to Developer tokens, stay on the REST API tab, and click Generate REST API token. Name the token, choose expiration, scopes, and the resource scope (all resources or selected resources), then create it and copy the token immediately. MFA is required to create the token. Use it in the X-Figma-Token header.

OAuth 2.0 oauth2 discovered
OAuth 2.0 — self-onboarding

Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.