UIUX-MCP
by re-rank·★ 1·Score 34
KRDS UI/UX MCP Server integrates Korea's government design system with AI assistants, providing component search, design tokens, and code validation.
Overview
This MCP server provides comprehensive access to KRDS (Korea Responsive Design System), enabling AI assistants to help developers create accessible and consistent government digital services. It offers tools for searching over 65 HTML components, accessing design tokens (colors, spacing, typography), validating code compliance with KRDS guidelines, and retrieving resource file paths. The server supports both component-based development and code review workflows, making it valuable for teams building Korean government digital services.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're developing Korean government digital services using KRDS, or if you need to validate your code against KRDS design guidelines.
When NOT to choose this
Not suitable if you're not working with KRDS or Korean government projects, as this server is specifically tailored to Korea's design system.
Tools this server exposes
9 tools extracted from the READMEsearch_krds_componentsquery?: string, category?: stringSearch for KRDS components with optional keyword and category filters.
get_component_codecomponentName: stringGet the full HTML code for a specific KRDS component.
list_component_categoriesGet a list of all component categories in KRDS.
list_all_componentsGet a list of all available component names in KRDS.
search_design_tokenstype?: string, query?: stringSearch for design tokens like colors, spacing, and typography.
get_color_paletteGet the complete color palette of KRDS.
get_token_statsGet statistics about design tokens in KRDS.
validate_krds_compliancecode: stringValidate HTML/CSS code for KRDS compliance and get improvement suggestions.
get_krds_resourcesresourceType: stringGet information about resource files like CSS, SCSS, fonts, images, and JS.
Comparable tools
Installation
Installation
**Via Smithery (Recommended)**
npx @smithery/cli install krds-uiux-mcp-server**Manual Installation**
git clone https://github.com/your-repo/krds-uiux-mcp-server
cd krds-uiux-mcp-server
npm install
npm run build**Configuration (Claude Desktop)** Add to claude_desktop_config.json:
{
"mcpServers": {
"krds-uiux": {
"command": "node",
"args": ["/path/to/your/build/index.js"]
}
}
}FAQ
- What is KRDS?
- KRDS (Korea Responsive Design System) is the official design system for South Korean government digital services, providing consistent UI components and design tokens.
- Can I use this MCP server outside of Korean government projects?
- While designed specifically for KRDS, some components and design patterns may be adaptable for other projects, though full compliance might not be possible without the complete KRDS implementation.
Compare UIUX-MCP with
Last updated · Auto-generated from public README + GitHub signals.