MCP Catalogs
首页

claude-code-google-workspace vs time

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

claude-code-google-workspace
by evolsb
time
by modelcontextprotocol
Stars★ 20★ 85,748
30天用量
综合分4377
官方
分类
效率工具沟通协作开发者工具
效率工具开发者工具沟通协作
实现语言ShellTypeScript
最近提交2 个月前本月

claude-code-google-workspace · 概述

支持多账户的 Google Workspace 和 Slack MCP 服务器。

time · 概述

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

claude-code-google-workspace · 使用场景

  • 跨多个 Google 账户访问邮件和文档
  • 从 Slack 和 Google Workspace 管理日历事件和任务
  • 搜索和检索 Google Drive 和 Slack 对话中的内容

time · 使用场景

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

claude-code-google-workspace · 安装

快速开始

  1. 克隆此仓库并在其中打开 Claude Code
git clone https://github.com/YOUR_USERNAME/claude-code-google-workspace.git
cd claude-code-google-workspace
claude
  1. 告诉 Claude Code:"为我设置 Google Workspace MCP"
  2. 重启 Claude Code 以加载新的 MCP 服务器

手动设置

有关详细步骤说明,请参考 [docs/manual-setup.md](docs/manual-setup.md)。

配置

在项目根目录创建 .mcp.json

{
  "mcpServers": {
    "gws-personal": {
      "command": "bash",
      "args": ["./gws-token-wrapper.sh", "personal.json"]
    },
    "slack": {
      "command": "npx",
      "args": ["slack-mcp-server"]
    }
  }
}

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 公开数据自动生成,定期更新。