whatsapp-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
whatsapp-mcp by felipeadeildo | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 70 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | CommunicationProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 4 mo ago | this month |
whatsapp-mcp · Summary
WhatsApp MCP server integrates WhatsApp conversations with AI assistants through MCP tools, enabling message reading, searching, and sending.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
whatsapp-mcp · Use cases
- Search across all WhatsApp messages for specific people or topics
- Have AI assistants summarize or analyze conversations
- Let AI draft and send WhatsApp messages on behalf of users
- Integrate WhatsApp data into broader 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
whatsapp-mcp · Install
Docker Installation (Recommended)
- Clone and configure:
git clone https://github.com/felipeadeildo/whatsapp-mcp
cd whatsapp-mcp
cp .env.example .env
# Edit .env with your settings- Start the server:
docker compose up -d- Link WhatsApp (scan QR code from logs)
- Connect to Claude Desktop:
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"whatsapp": {
"url": "http://localhost:8080/mcp/your-secret-api-key",
"transport": "http"
}
}
}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"]
}
}
}