MCP Catalogs
首页

claude-telegram-supercharged vs filesystem

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

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

claude-telegram-supercharged · 概述

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

filesystem · 概述

功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。

claude-telegram-supercharged · 使用场景

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

filesystem · 使用场景

  • 使 AI 模型能够读取和写入项目文件进行开发
  • 允许 Claude 或其他 MCP 客户端浏览和分析代码库
  • 为内容生成提供对特定目录的安全沙盒访问

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 私信中与机器人配对

filesystem · 安装

安装

使用 NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

使用 Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code 扩展

点击 README 中的安装按钮直接在 VS Code 中安装。

对比内容由 README + GitHub 公开数据自动生成,定期更新。