MCP Catalogs
首页

time vs google-ai-mode-mcp

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

time
by modelcontextprotocol
google-ai-mode-mcp
by PleasePrompto
Stars★ 85,748★ 117
30天用量
综合分7746
官方
分类
效率工具开发者工具沟通协作
搜索AI / LLM 工具开发者工具
实现语言TypeScriptTypeScript
最近提交本月4 个月前

time · 概述

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

google-ai-mode-mcp · 概述

MCP 服务器,为任何 LLM 客户端提供带引用的 Google AI 搜索功能。

time · 使用场景

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

google-ai-mode-mcp · 使用场景

  • 研究编程主题和最佳实践,包含官方文档示例
  • 比较软件产品的技术规格和功能
  • 研究法规变化和法律要求,包含政府来源

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

google-ai-mode-mcp · 安装

安装

**Claude Code:**

claude mcp add google-ai-search npx google-ai-mode-mcp@latest

**Cursor、Windsurf、Zed 或其他 MCP 客户端:**

{
  "mcpServers": {
    "google-ai-search": {
      "command": "npx",
      "args": ["google-ai-mode-mcp@latest"]
    }
  }
}

**Linux/WSL 用户:** 如果遇到 X-Server 错误,请使用 xvfb-run:

{
  "mcpServers": {
    "google-ai-search": {
      "command": "xvfb-run",
      "args": ["-a", "npx", "google-ai-mode-mcp@latest"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。