elasticemail-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
elasticemail-mcp-server by ElasticEmail | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 31 | 77 |
| 官方 | — | ✓ |
| 分类 | 沟通协作效率工具开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | C# | TypeScript |
| 最近提交 | 7 个月前 | 本月 |
elasticemail-mcp-server · 概述
ElasticEmail MCP 服务器使 AI 代理能够通过全套邮件操作发送、管理和跟踪邮件活动。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
elasticemail-mcp-server · 使用场景
- 由 AI 代理触发的自动化邮件营销活动
- 基于电子邮件的客户支持自动化
- 来自 AI 驱动应用程序的事务性邮件发送
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
elasticemail-mcp-server · 安装
安装
- 确保您已安装 .NET SDK 10 或更高版本
- 克隆存储库
- 为连接打开端口 5001
- 使用您的 ElasticEmail API 令牌配置服务器
与 Claude Desktop 集成
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"elasticemail": {
"command": "dotnet",
"args": ["run", "--project", "path/to/elasticemail-mcp-server"],
"env": {
"X-Auth-Token": "your_api_token_here"
}
}
}
}与 VS Code Copilot Agent 集成
- 在 VS Code 中打开聊天窗口
- 选择 'Agent' 模式
- 使用 settings.json 连接到 MCP 服务器
- 添加配置:
"my-server-unique-number": {
"url": "http://localhost:5001/",
"headers": {
"X-Auth-Token": <api_key>
}
}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"]
}
}
}