UI Preset MCP Server
Related Servers
Alternatives to UI Preset MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables bidirectional synchronization between IDEs and Figma for Design System management, allowing developers to generate React components and synchronize design tokens, icons, and components across platforms.1-
- FlicenseNot gradedqualityBmaintenanceEnables AI coding agents to inspect a project's design tokens and component catalog, audit React/Tailwind files against seven static UI quality rules, score overall UI health, and apply auto-fixes that are re-audited and reverted on regression. It works both locally over filesystem access and remotely on raw TSX/JSX or CSS snippets passed directly as strings.-
- AlicenseAqualityDmaintenanceConverts Figma designs into production-ready React components with design token extraction, widget registry integration, and micro-frontend module generation.328 npm1MIT
- AlicenseNot gradedqualityBmaintenanceEnables coding agents to query a workspace's design system before writing UI and validate generated code against the same system afterward, using configurable token and component sources.9 npmMIT
- AlicenseAqualityCmaintenanceEnables developers to generate polished, customizable React UI components from natural language prompts and add them directly to projects in supported IDEs.412,915 npmISC
- FlicenseAqualityDmaintenanceSyncs design tokens and components from Figma to a Design System codebase, enabling automated generation of React components and Storybook stories.5-
TDQS
Scored across 14 tools
Most tools have distinct purposes, but there is some overlap between autocorrect_component and validate_ui, as both analyze React components for conformance. However, autocorrect_component focuses on auto-correction while validate_ui is for validation only, and their descriptions clarify this difference. All other tools target clearly separate operations like preset management, token generation, and style suggestion.
All tool names follow a consistent snake_case pattern with clear verb_noun structures, such as apply_token_overrides, generate_color_palette, and load_preset. There are no deviations in naming conventions, making the set predictable and easy to understand.
With 14 tools, the server covers a comprehensive scope for UI preset management, including preset loading, token manipulation, component generation, correction, validation, and style suggestion. Each tool serves a specific function without redundancy, fitting well within the typical 3-15 tool range for a focused domain.
The tool set provides complete coverage for UI preset workflows, including CRUD-like operations for presets (list, load, scaffold, swap), token handling (apply, generate, diff), component interaction (generate, autocorrect, validate), and auxiliary functions like style suggestion and session state. There are no obvious gaps, enabling agents to perform end-to-end tasks without dead ends.