Skip to main content

Token Resources

Access design tokens through MCP resources on the hosted server.
Token data is exposed via tokencraft://tokenset/{id}/tokens on the hosted MCP server. For mode-specific listing, use the list_tokens_by_mode tool.

Resource URIs

All Tokens in a Tokenset

Returns all tokens across all modes with resolved values.

Pre-built Exports

Returns ready-to-use JSON or CSS exports.

Example

Usage in MCP clients

Tools vs resources

| Filter by mode | list_tokens_by_mode tool | | Read tokenset data | tokencraft://tokenset/{id}/tokens resource | | Export iOS/Android | export_mode or export_tokenset tool | | Bulk import tokensets | bulk_import tool |

See Also