Skip to main content
Glama

UI Expert MCP Server

by reallygood83

generate_design_tokens

Create a detailed design token system by defining primary colors, selecting a design style, and enabling dark mode options. This tool ensures consistency across UI/UX projects and supports multiple frameworks for modern, accessible design systems.

Instructions

Generate a comprehensive design token system

Input Schema

NameRequiredDescriptionDefault
darkModeNoInclude dark mode tokens
primaryColorNoPrimary brand color
styleYesOverall design style

Input Schema (JSON Schema)

{ "properties": { "darkMode": { "description": "Include dark mode tokens", "type": "boolean" }, "primaryColor": { "description": "Primary brand color", "type": "string" }, "style": { "description": "Overall design style", "enum": [ "modern", "minimal", "corporate", "playful", "elegant" ], "type": "string" } }, "required": [ "style" ], "type": "object" }
Install Server

Other Tools from UI Expert MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/reallygood83/ui-expert-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server