MCP Catalogs
Home

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.

developer-toolsproductivityai-llm
0
Forks
1
Open issues
7 mo ago
Last commit
2d ago
Indexed

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:

you:Assisting developers in implementing KRDS components correctly in their projects
you:Validating existing code for compliance with Korean government design standards
you:Helping designers and developers discover appropriate UI elements and design tokens
you:What is KRDS?
you:Can I use this MCP server outside of Korean government projects?

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 README
  • search_krds_componentsquery?: string, category?: string

    Search for KRDS components with optional keyword and category filters.

  • get_component_codecomponentName: string

    Get the full HTML code for a specific KRDS component.

  • list_component_categories

    Get a list of all component categories in KRDS.

  • list_all_components

    Get a list of all available component names in KRDS.

  • search_design_tokenstype?: string, query?: string

    Search for design tokens like colors, spacing, and typography.

  • get_color_palette

    Get the complete color palette of KRDS.

  • get_token_stats

    Get statistics about design tokens in KRDS.

  • validate_krds_compliancecode: string

    Validate HTML/CSS code for KRDS compliance and get improvement suggestions.

  • get_krds_resourcesresourceType: string

    Get information about resource files like CSS, SCSS, fonts, images, and JS.

Comparable tools

design-system-mcptailwindcss-mcpbootstrap-mcp

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.