Figma MCP Server with Chunking
JSON →An MCP server for the Figma API, with chunking and pagination to handle large files.
Install
npx -y @smithery/cli Tools · 56
- figma_get_file Retrieve a Figma file's document structure, including pages and their children.
- figma_get_image Export an image from a Figma node.
- figma_get_node Retrieve a specific node from a Figma file.
- figma_get_component Retrieve a component from a Figma file.
- figma_get_styles Retrieve styles from a Figma file.
- figma_get_file_components Retrieve all components from a Figma file.
- figma_get_file_styles Retrieve all styles from a Figma file.
- figma_get_file_variables Retrieve all variables from a Figma file.
- figma_get_file_collections Retrieve all collections from a Figma file.
- figma_get_file_modes Retrieve all modes from a Figma file.
- figma_get_file_teams Retrieve all teams from a Figma file.
- figma_get_file_projects Retrieve all projects from a Figma file.
- figma_get_file_comments Retrieve all comments from a Figma file.
- figma_get_file_versions Retrieve all versions from a Figma file.
- figma_get_file_dev_resources Retrieve all dev resources from a Figma file.
- figma_get_file_webhooks Retrieve all webhooks from a Figma file.
- figma_get_file_webhook_logs Retrieve all webhook logs from a Figma file.
- figma_get_file_webhook_requests Retrieve all webhook requests from a Figma file.
- figma_get_file_webhook_responses Retrieve all webhook responses from a Figma file.
- figma_get_file_webhook_errors Retrieve all webhook errors from a Figma file.
- figma_get_file_webhook_retries Retrieve all webhook retries from a Figma file.
- figma_get_file_webhook_deliveries Retrieve all webhook deliveries from a Figma file.
- figma_get_file_webhook_subscriptions Retrieve all webhook subscriptions from a Figma file.
- figma_get_file_webhook_events Retrieve all webhook events from a Figma file.
- figma_get_file_webhook_filters Retrieve all webhook filters from a Figma file.
- figma_get_file_webhook_headers Retrieve all webhook headers from a Figma file.
- figma_get_file_webhook_body Retrieve the body of a webhook from a Figma file.
- figma_get_file_webhook_response Retrieve the response of a webhook from a Figma file.
- figma_get_file_webhook_request Retrieve the request of a webhook from a Figma file.
- figma_get_file_webhook_error Retrieve the error of a webhook from a Figma file.
- figma_get_file_webhook_retry Retrieve the retry of a webhook from a Figma file.
- figma_get_file_webhook_delivery Retrieve the delivery of a webhook from a Figma file.
- figma_get_file_webhook_subscription Retrieve the subscription of a webhook from a Figma file.
- figma_get_file_webhook_event Retrieve the event of a webhook from a Figma file.
- figma_get_file_webhook_filter Retrieve the filter of a webhook from a Figma file.
- figma_get_file_webhook_header Retrieve the header of a webhook from a Figma file.
- figma_get_file_webhook_body_raw Retrieve the raw body of a webhook from a Figma file.
- figma_get_file_webhook_response_raw Retrieve the raw response of a webhook from a Figma file.
- figma_get_file_webhook_request_raw Retrieve the raw request of a webhook from a Figma file.
- figma_get_file_webhook_error_raw Retrieve the raw error of a webhook from a Figma file.
- figma_get_file_webhook_retry_raw Retrieve the raw retry of a webhook from a Figma file.
- figma_get_file_webhook_delivery_raw Retrieve the raw delivery of a webhook from a Figma file.
- figma_get_file_webhook_subscription_raw Retrieve the raw subscription of a webhook from a Figma file.
- figma_get_file_webhook_event_raw Retrieve the raw event of a webhook from a Figma file.
- figma_get_file_webhook_filter_raw Retrieve the raw filter of a webhook from a Figma file.
- figma_get_file_webhook_header_raw Retrieve the raw header of a webhook from a Figma file.
- figma_get_file_webhook_body_parsed Retrieve the parsed body of a webhook from a Figma file.
- figma_get_file_webhook_response_parsed Retrieve the parsed response of a webhook from a Figma file.
- figma_get_file_webhook_request_parsed Retrieve the parsed request of a webhook from a Figma file.
- figma_get_file_webhook_error_parsed Retrieve the parsed error of a webhook from a Figma file.
- figma_get_file_webhook_retry_parsed Retrieve the parsed retry of a webhook from a Figma file.
- figma_get_file_webhook_delivery_parsed Retrieve the parsed delivery of a webhook from a Figma file.
- figma_get_file_webhook_subscription_parsed Retrieve the parsed subscription of a webhook from a Figma file.
- figma_get_file_webhook_event_parsed Retrieve the parsed event of a webhook from a Figma file.
- figma_get_file_webhook_filter_parsed Retrieve the parsed filter of a webhook from a Figma file.
- figma_get_file_webhook_header_parsed Retrieve the parsed header of a webhook from a Figma file.
Environment variables
FIGMA_ACCESS_TOKEN
Links
★ 4 GitHub stars