Hosted MCP with OAuth
Tokencraft now hosts a remote MCP server with OAuth authentication.MCP OAuth- Hosted MCP at
https://app.tokencraft.dev/api/mcp - OAuth consent flow for Cursor, Claude remote MCP, and other HTTP clients
- Discovery endpoints:
/.well-known/oauth-authorization-serverand/.well-known/oauth-protected-resource - Scoped access:
read:tokens,write:tokens,export:tokens - 30-day access tokens, revocable from API Settings
- Official Figma plugin connects via browser OAuth (no API key to paste)
- PKCE + polling bridge for Figma’s sandbox environment
- New MCP OAuth guide
- Updated MCP configuration for hosted vs local setup
Tokencraft v1.0.0
Tokencraft 1.0.0 introduces the core platform for managing design tokens end-to-end.Workspace & team structure- Workspace management for organizing token projects
- Member roles for collaboration in shared workspaces
- Tokensets to group design tokens by domain
- Modes (for example Light/Dark) per tokenset
- Full token CRUD with typed values and aliases
- REST API (
/api/v1) for workspaces, tokensets, modes, tokens, and export - API tokens with granular scopes:
read:tokens,write:tokens,export:tokens - Figma plugin integration for design-to-code workflows
- Multi-format export: JSON, CSS, iOS (Swift), Android (XML)
- Mode-level and tokenset-level export endpoints
- Fast dashboard workflows for token editing
- Clean navigation across workspace, tokenset, and token pages
Want to suggest a feature or report a bug? Visit our Feature Base or contact us at support@tokencraft.dev