smartlead-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
smartlead-mcp-server by LeadMagic | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 18 | ★ 85,748 |
| 30d uses | — | — |
| Score | 40 | 77 |
| Official | — | ✓ |
| Categories | CommunicationProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 11 mo ago | this month |
smartlead-mcp-server · Summary
SmartLead MCP server provides complete API access to 116+ cold email automation tools with beautiful React Ink installer.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
smartlead-mcp-server · Use cases
- Cold email marketing automation directly from AI assistants
- Campaign management and analytics through conversational interfaces
- Lead tracking and follow-up automation integrated with AI workflows
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
smartlead-mcp-server · Install
Installing SmartLead MCP Server
Option 1: NPX (Recommended)
# Beautiful interactive installer
npx smartlead-mcp-by-leadmagic install
# Or direct usage
SMARTLEAD_API_KEY=your-key npx smartlead-mcp-by-leadmagicOption 2: Global Install
npm install -g smartlead-mcp-by-leadmagic
smartlead-mcp-by-leadmagic installClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"smartlead": {
"command": "npx",
"args": ["smartlead-mcp-by-leadmagic"]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}