MCP Catalogs
首页

time vs Generative-UI-MCP

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

time
by modelcontextprotocol
Generative-UI-MCP
by op7418
Stars★ 85,748★ 52
30天用量
综合分7745
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具开发者工具效率工具
实现语言TypeScriptTypeScript
最近提交本月2 个月前

time · 概述

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

Generative-UI-MCP · 概述

一个按需加载设计指南的 MCP 服务器,用于生成交互式可视化。

time · 使用场景

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

Generative-UI-MCP · 使用场景

  • 在AI应用中生成交互式数据可视化
  • 为文档创建UI模型图和图表
  • 构建带有结构化组件的AI驱动设计工具

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"]
    }
  }
}

Generative-UI-MCP · 安装

通过AI自动安装

将以下提示复制到您的AI助手(Claude Code、Cursor等)中自动安装: > 安装 generative-ui-mcp MCP服务器。运行 npx generative-ui-mcp 作为stdio MCP服务器。服务器名称应为"generative-ui"。

Claude Desktop

添加到您的 claude_desktop_config.json

{
  "mcpServers": {
    "generative-ui": {
      "command": "npx",
      "args": ["generative-ui-mcp"]
    }
  }
}

其他AI工具(Cursor/Windsurf)

添加到您的MCP设置(.cursor/mcp.json或等效文件):

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