MCP Catalogs
首页

everything vs UIUX-MCP

并排对比,帮你在这两个 MCP server 之间做选择。

everything
by modelcontextprotocol
UIUX-MCP
by re-rank
Stars★ 85,748★ 1
30天用量
综合分7734
官方
分类
开发者工具AI / LLM 工具其它
开发者工具效率工具AI / LLM 工具
实现语言TypeScriptJavaScript
最近提交本月7 个月前

everything · 概述

官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。

UIUX-MCP · 概述

KRDS UI/UX MCP服务器将韩国政府设计系统与AI助手集成,提供组件搜索、设计令牌和代码验证功能。

everything · 使用场景

  • 测试 MCP 客户端实现是否支持所有协议功能
  • 通过参考服务器学习 MCP 协议能力
  • 验证客户端对不同传输方式的兼容性

UIUX-MCP · 使用场景

  • 协助开发者在项目中正确实现KRDS组件
  • 验证现有代码是否符合韩国政府设计标准
  • 帮助设计师和开发者发现合适的UI元素和设计令牌

everything · 安装

NPX(推荐)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Windows 用户请使用 cmd /c

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

全局安装

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

UIUX-MCP · 安装

安装

**通过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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。