What problem does it solve?
Extracts design tokens (colors, typography, spacing, and more) from Figma designs using the Figma MCP server and converts them into production-ready formats, including CSS custom properties, SCSS variables, JSON (DTCG), TypeScript types, and auto-generated documentation.
Core Features & Use Cases
- Multi-format output: Generate CSS, SCSS, JSON, TypeScript, and documentation in a single run.
- Theme support: Automatically handles light/dark modes and multiple themes.
- Code-ready tokens: Produces structured tokens that are ready for Style Dictionary or direct use in apps.
- Fallback extraction: If there are no variables, tokens can be derived from node styles with duplicate prevention.
Quick Start
Tell Claude Code to extract design tokens from your Figma file and output them as CSS, JSON, and TypeScript, e.g. "Extract tokens from https://figma.com/file/XYZ and generate CSS and JSON." (No code fences.)