UIUX-MCP
by re-rank·★ 1·综合分 34
KRDS UI/UX MCP服务器将韩国政府设计系统与AI助手集成,提供组件搜索、设计令牌和代码验证功能。
概述
这个MCP服务器提供对KRDS(韩国响应式设计系统)的全面访问,使AI助手能够帮助开发者创建可访问且一致的政府数字服务。它提供搜索65个以上HTML组件、访问设计令牌(颜色、间距、排版)、验证代码是否符合KRDS指南以及检索资源文件路径的工具。该服务器既支持基于组件的开发,也支持代码审查工作流,对构建韩国政府数字服务的团队非常有价值。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您正在使用 KRDS 开发韩国政府数字服务,或者需要验证代码是否符合 KRDS 设计指南,请选择此 MCP 服务器。
什么时候不要选它
如果您不使用 KRDS 或不开发韩国政府项目,则不适用,因为此服务器专门针对韩国的设计系统。
此 server 暴露的工具
从 README 抽取出 9 个工具search_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.
可对比工具
安装
安装
**通过Smithery安装(推荐)**
npx @smithery/cli install krds-uiux-mcp-server**手动安装**
git clone https://github.com/your-repo/krds-uiux-mcp-server
cd krds-uiux-mcp-server
npm install
npm run build**配置(Claude Desktop)** 添加到claude_desktop_config.json:
{
"mcpServers": {
"krds-uiux": {
"command": "node",
"args": ["/path/to/your/build/index.js"]
}
}
}FAQ
- 什么是KRDS?
- KRDS(韩国响应式设计系统)是韩国政府数字服务的官方设计系统,提供一致的UI组件和设计令牌。
- 我可以在韩国政府项目以外的项目中使用这个MCP服务器吗?
- 虽然专门为KRDS设计,但某些组件和设计模式可能适用于其他项目,但如果没有完整的KRDS实现,可能无法完全符合标准。
UIUX-MCP 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。