MCP Catalogs
首页

agent-inbox vs time

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

agent-inbox
by gsd-build
time
by modelcontextprotocol
Stars★ 42★ 85,748
30天用量
综合分4577
官方
分类
沟通协作开发者工具AI / LLM 工具
效率工具开发者工具沟通协作
实现语言JavaScriptTypeScript
最近提交1 个月前本月

agent-inbox · 概述

为AI代理提供临时邮箱的MCP服务器,可自动处理邮件验证和身份验证流程。

time · 概述

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

agent-inbox · 使用场景

  • 自动注册需要邮件验证的服务账户
  • 在开发环境中测试基于邮件的身份验证流程
  • AI代理在没有人工干预的情况下测试注册工作流程

time · 使用场景

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

agent-inbox · 安装

安装

npx gsd-agent-inbox

交互式安装程序会自动检测您的 AI 编码代理(Claude Code、Codex CLI、Cursor、Gemini CLI、Windsurf)并配置 MCP 服务器。

Claude Desktop 手动设置

添加到 ~/.claude/settings.json

{
  "mcpServers": {
    "agent-inbox": {
      "command": "npx",
      "args": ["-y", "gsd-agent-inbox"]
    }
  }
}

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