MCP Catalogs
首页

time vs observee

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

time
by modelcontextprotocol
observee
by observee-ai
Stars★ 85,748★ 41
30天用量
综合分7742
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具开发者工具沟通协作
实现语言TypeScriptPython
最近提交本月9 个月前

time · 概述

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

observee · 概述

构建AI代理的SDK,提供1000+集成、OAuth管理和可观测性工具。

time · 使用场景

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

observee · 使用场景

  • 构建能够访问Gmail、Slack等服务并具有适当身份验证的AI代理
  • 使用预构建的MCP集成实现AI应用程序的工具调用功能
  • 在生产环境中监控和记录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"]
    }
  }
}

observee · 安装

安装

**TypeScript/JavaScript:**

# 一次性安装所有组件
npm install @observee/sdk

# 或单独安装各个包
npm install @observee/agents @observee/auth @observee/logger

**Python:**

# 单独安装各个包
pip install mcp-agents agent-oauth mcp-logger

# 或一次性安装所有组件
pip install observee

**Claude Desktop配置:** 添加到 claude_desktop_config.json

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