figma.com
Figma is a collaborative design and interface-development platform for creating files, components, prototypes, and related design-system assets. It also provides organization and developer features such as automation APIs, analytics, and AI-agent access to design context.
Figma exposes a documented REST API at https://api.figma.com with OpenAPI, plus a hosted MCP server at https://mcp.figma.com/mcp using streamable HTTP and OAuth-based MCP discovery/registration.
- Figma MCP serverdetected
- Figma REST APIdiscovered
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.
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.
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.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://figma.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing