Figma MCP
Read Figma files, list components and design tokens, export assets, and retrieve comments.
Overview
| Catalog ID | mcp-figma |
| Category | misc |
| Auth method | OAuth |
| Blast radius | read-only |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
get_file | Get a Figma file. |
list_components | List components in a file. |
get_comments | Get comments on a file. |
export_asset | Export a node as an image. |
list_projects | List projects in a team. |
Tool parameters
get_file
Get a Figma file.
| Parameter | Type | Description | |
|---|---|---|---|
file_key | string | required | File key |
depth | integer | optional | Traversal depth |
list_components
List components in a file.
| Parameter | Type | Description | |
|---|---|---|---|
file_key | string | required | File key |
get_comments
Get comments on a file.
| Parameter | Type | Description | |
|---|---|---|---|
file_key | string | required | File key |
export_asset
Export a node as an image.
| Parameter | Type | Description | |
|---|---|---|---|
file_key | string | required | File key |
node_ids | array | required | Node IDs |
format | string | required | Export format |
scale | number | optional | Scale factor |
list_projects
List projects in a team.
| Parameter | Type | Description | |
|---|---|---|---|
team_id | string | required | Team ID |
Installing
- In Cendriix, go to Settings → MCPs
- Find Figma and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- Click Test Connection to run a health check and list available tools
Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
Blast radius
This MCP is classified read-only. This MCP only reads data and cannot modify anything in the connected service.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on