Figma-Context-MCP is a server implementation that bridges AI assistants with the Figma design platform, enabling direct access to Figma file data through the MCP protocol. It transforms complex Figma API responses into simplified, structured design information that includes layout properties, styling, and text content, making it easier for AI assistants to understand and reason about design files. The server provides tools for retrieving complete Figma files or specific nodes, downloading images, and processing design hierarchies - making it particularly valuable for design review workflows, code generation from designs, and collaborative design discussions.
No reviews yet. Be the first to review!
Sign in to join the conversation
Fetch simplified design data. Parameters: fileKey (string), nodeId (optional string), depth (optional number)
Download images and icons. Parameters: fileKey (string), nodes (array of strings), localPath (string)