MCP Catalogs
首页

shadcn-ui-mcp-server vs time

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

shadcn-ui-mcp-server
by Jpisnice
time
by modelcontextprotocol
Stars★ 2,768★ 85,748
30天用量
综合分5877
官方
分类
开发者工具AI / LLM 工具效率工具
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交本月本月

shadcn-ui-mcp-server · 概述

MCP 服务器为 AI 助手提供对 shadcn/ui 组件的全面访问,支持 React、Svelte、Vue 和 React Native。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

shadcn-ui-mcp-server · 使用场景

  • 使用 shadcn/ui 组件进行跨多框架的 AI 驱动 UI 开发
  • 使用 SSE 传输和 Docker 进行多客户端生产环境部署
  • 跨 React、Svelte、Vue 和 React Native 实现的组件发现和比较

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

shadcn-ui-mcp-server · 安装

安装

命令行使用

# 基本用法
npx @jpisnice/shadcn-ui-mcp-server

# 使用 GitHub 令牌(推荐)
npx @jpisnice/shadcn-ui-mcp-server --github-api-key ghp_your_token_here

# 框架特定
npx @jpisnice/shadcn-ui-mcp-server --framework svelte
npx @jpisnice/shadcn-ui-mcp-server --framework vue
npx @jpisnice/shadcn-ui-mcp-server --framework react-native

Claude Desktop

从 [Releases](https://github.com/Jpisnice/shadcn-ui-mcp-server/releases) 下载并双击 .mcpb 文件即可立即安装。

手动 Claude Desktop 配置

{
  "mcpServers": {
    "shadcn-ui": {
      "command": "npx",
      "args": ["@jpisnice/shadcn-ui-mcp-server", "--github-api-key", "YOUR_TOKEN"]
    }
  }
}

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。