1 Generate your token system

Generate your token system on designtoken.md

Head to the designtoken.md generator and configure your design system:

Open the generator →
2 Export as W3C or CSS

Download as W3C Design Token JSON or CSS custom properties

The generator lets you export your tokens in multiple formats. For Figma MCP integration, choose one:

All three formats contain the same values — pick the export format that works best with your Figma workflow.

3 Import into Figma as Variables

Import tokens into Figma as Variables

In Figma, use the Variables panel to import your exported tokens:

This single import creates the source of truth for every skill and MCP agent that reads from Figma's get_variables API.

4 Figma MCP agents read your system

Let Figma MCP agents access your tokens

Once imported, Figma MCP agents can now read your designtoken.md-sourced variables:

Your designtoken.md system becomes the constraint layer that shapes every future agent interaction in Figma.

5 Use with Figma Skills

Build with designtoken.md-sourced tokens

Figma skills that use get_variables or use_figma now operate on YOUR token system:

Every skill sees the same token values, creating a unified design language across all your Figma workflows.

The bigger picture: One token system, four layers

designtoken.md powers an end-to-end design intelligence pipeline:

designtoken.md
Generate the source of truth
Colors, typography, spacing, radii
Export as W3C, CSS, or markdown
Figma MCP
Serve tokens to agents on the canvas
get_variables returns your system
Agents read what you defined
LESS MCP
Validate tokens at runtime
Enforce constraints
Resolve design decisions
skill.design
Orchestrate the workflow
Install reusable token sets
Compose multi-agent tasks

One token system sourced from designtoken.md, consumed by four different intelligence layers. That's the vision.

Tip

designtoken.md is vendor-agnostic. skill.design skills read the markdown directly. Figma skills read the same values as imported Variables. LESS MCP validates them at runtime. One source, infinite intelligence.

Best practices

Frequently asked questions

Can Figma Skills read designtoken.md?
Yes. Any Figma skill that uses get_variables or use_figma can reference tokens generated from designtoken.md. Generate your tokens here, export as Figma Variables, and they become the source of truth the skill reads from.
How do I connect designtoken.md output to Figma MCP?
Generate your tokens on designtoken.md, download as W3C JSON or CSS variables, import into Figma as Variables. When a Figma MCP agent calls get_variables, it reads your designtoken.md-sourced system.
Does this work with Figma's create-design-system-rules skill?
Yes. The rules generated by that skill will reference the variables you imported from designtoken.md. Your token system becomes the constraint layer that shapes every future agent interaction.
Can I use designtoken.md with skill.design skills AND Figma skills?
Yes. designtoken.md is vendor-agnostic. skill.design skills read the markdown directly. Figma skills read the same values as imported Variables. One source, multiple consumers.

Explore more

Generate your designtoken.md →