time vs titanmind-whatsapp-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | titanmind-whatsapp-mcp by TitanmindAGI | |
|---|---|---|
| Stars | ★ 85,748 | ★ 18 |
| 30d uses | — | — |
| Score | 77 | 37 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | CommunicationAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | 10 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
titanmind-whatsapp-mcp · Summary
WhatsApp marketing and messaging MCP server using Titanmind for conversation management and template-based messaging.
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
titanmind-whatsapp-mcp · Use cases
- Automated customer support through WhatsApp conversations
- Marketing campaigns using approved message templates
- Bulk messaging to customer lists with country-specific formatting
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"]
}
}
}titanmind-whatsapp-mcp · Install
Installation
Prerequisites:
- Python 3.10 or higher
- API Key and Business Code from Titanmind
Using pipx:
# Install pipx
brew install pipx # macOS
sudo apt install pipx # Ubuntu/Debian
# Install Titanmind WhatsApp MCP
pipx install titanmind-whatsapp-mcp
pipx ensurepathClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"TitanMindMCP": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.titanmind.so/whatsapp/mcp/",
"--header",
"api-key:XXXXXXXXXXXXXXXXXXXXXXX",
"--header",
"bus-code:XXXXXX"
]
}
}
}