MCP Catalogs
首页

claude-telegram-supercharged vs time

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

claude-telegram-supercharged
by k1p1l0
time
by modelcontextprotocol
Stars★ 101★ 85,748
30天用量
综合分4777
官方
分类
沟通协作AI / LLM 工具效率工具
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交1 个月前本月

claude-telegram-supercharged · 概述

Claude Code 的增强型 Telegram 插件,支持对话线程、语音消息、贴纸等功能。

time · 概述

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

claude-telegram-supercharged · 使用场景

  • 通过 Telegram 进行增强的 AI 通信,支持语音消息和媒体功能
  • 使用对话线程和持久化记忆进行群组对话管理
  • 通过 Telegram 命令执行自动化任务和日程安排

time · 使用场景

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

claude-telegram-supercharged · 安装

安装步骤

  1. 安装 Bun: curl -fsSL https://bun.sh/install | bash
  2. 在 Telegram 上使用 BotFather 创建机器人
  3. 安装官方插件: /plugin install telegram@claude-plugins-official
  4. 克隆并应用增强版:
git clone https://github.com/k1p1l0/claude-telegram-supercharged.git
cp claude-telegram-supercharged/server.ts ~/.claude/plugins/cache/claude-plugins-official/telegram/0.0.1/server.ts
mkdir -p ~/.claude/scripts
cp claude-telegram-supercharged/supervisor.ts ~/.claude/scripts/telegram-supervisor.ts
  1. 配置机器人令牌: /telegram:configure <token>
  2. 使用通道标志启动: claude --channels plugin:telegram@claude-plugins-official
  3. 在 Telegram 私信中与机器人配对

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