Back to Home
andflett icon

tokens

Verified Safe

by andflett

Overview

A design token generator with a web UI and an MCP server, primarily for generating accessible, perceptually uniform OKLCH color scales and other design tokens for AI-powered UI development.

Installation

Run Command
npm install -g @flett/design-tokens-mcp-server && toke-mcp

Environment Variables

  • NEXT_PUBLIC_APP_URL
  • NEXT_PUBLIC_SUPABASE_URL
  • NEXT_PUBLIC_SUPABASE_ANON_KEY
  • REDIS_URL

Security Notes

The `tokenSystem` input in `generate_component` and `export_tokens` tools uses `z.any()` in its schema definition. While the current implementation processes `tokenSystem` as data for string generation or prompt formatting without direct code execution, which is safe, it means the internal structure of the `tokenSystem` object isn't strictly validated by the Zod schema. If this object were to contain malicious code and be passed to a different function capable of `eval` or arbitrary code execution, it could pose a risk. However, within this project's defined tools, its usage is limited to safe data manipulation and string output. No hardcoded secrets or direct network risks were identified.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens6000
Stars0
Forks0
Last Update2026-01-17

Tags

Design TokensOKLCHAIMCPAccessibility