MCP Catalogs
首页

mcp-discord vs time

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

mcp-discord
by barryyip0625
time
by modelcontextprotocol
Stars★ 84★ 85,748
30天用量
综合分4877
官方
分类
沟通协作开发者工具效率工具
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交本月本月

mcp-discord · 概述

完整的 Discord MCP 服务器,允许 AI 助手管理服务器、频道、消息、角色等。

time · 概述

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

mcp-discord · 使用场景

  • 自动化 Discord 服务器管理和审核任务
  • 创建能够与频道和用户交互的 AI 驱动的 Discord 机器人
  • 构建 Discord 与其他 AI 工具之间的自定义集成

time · 使用场景

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

mcp-discord · 安装

安装

NPM

npx mcp-discord --config ${DISCORD_TOKEN}

Docker

docker pull barryy625/mcp-discord:latest
docker run -e DISCORD_TOKEN=your_discord_bot_token -p 8080:8080 barryy625/mcp-discord:latest

Claude Desktop 配置

{
    "mcpServers": {
        "discord": {
            "command": "node",
            "args": [
                "path/to/mcp-discord/build/index.js"
            ],
            "env": {
                "DISCORD_TOKEN": "your_discord_bot_token"
            }
        }
    }
}

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