Figma Chunked
Summary
Figma MCP Server with Chunking provides a memory-efficient interface to the Figma API, designed to handle large Figma files by breaking operations into manageable chunks with pagination support. It features configurable memory limits, node type filtering, progress tracking, and resume capabilities for interrupted operations. The implementation includes tools for retrieving file data, listing files, accessing version history, comments, components, styles, and specific nodes, making it particularly valuable for designers and developers who need to programmatically access and analyze complex Figma designs without memory constraints.
Available Actions(8)
get_file_data
Retrieves Figma file data with memory-efficient chunking and pagination. Parameters: fileKey (string), accessToken (string), pageSize (optional number), maxMemoryMB (optional number), nodeTypes (optional array of strings), cursor (optional string), depth (optional number)
list_files
Lists files with pagination support. Parameters: project_id (optional string), team_id (optional string)
get_file_versions
Retrieves version history in chunks. Parameters: file_key (string)
get_file_comments
Retrieves comments with pagination. Parameters: file_key (string)
get_file_info
Retrieves file information with chunked node traversal. Parameters: file_key (string), depth (optional number), node_id (optional string)
get_components
Retrieves components with chunking support. Parameters: file_key (string)
get_styles
Retrieves styles with chunking support. Parameters: file_key (string)
get_file_nodes
Retrieves specific nodes with chunking support. Parameters: file_key (string), ids (array of strings)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요