smartlead-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
smartlead-mcp-server by LeadMagic | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 18 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 40 | 77 |
| 官方 | — | ✓ |
| 分类 | 沟通协作效率工具开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 11 个月前 | 本月 |
smartlead-mcp-server · 概述
SmartLead MCP 服务器提供 116+ 个冷邮件自动化工具的完整 API 访问,配备精美的 React Ink 安装程序。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
smartlead-mcp-server · 使用场景
- 直接从 AI 助手进行冷邮件营销自动化
- 通过对话界面进行活动管理和分析
- 与 AI 工作流集成的潜在客户跟踪和跟进自动化
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
smartlead-mcp-server · 安装
安装 SmartLead MCP 服务器
选项 1:NPX(推荐)
# 美观的交互式安装程序
npx smartlead-mcp-by-leadmagic install
# 或直接使用
SMARTLEAD_API_KEY=your-key npx smartlead-mcp-by-leadmagic选项 2:全局安装
npm install -g smartlead-mcp-by-leadmagic
smartlead-mcp-by-leadmagic installClaude Desktop 配置
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"smartlead": {
"command": "npx",
"args": ["smartlead-mcp-by-leadmagic"]
}
}
}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"]
}
}
}