time vs whatsapp-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | whatsapp-mcp by verygoodplugins | |
|---|---|---|
| Stars | ★ 85,748 | ★ 49 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | CommunicationMediaAI / LLM Tools |
| Language | TypeScript | Go |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
whatsapp-mcp · Summary
WhatsApp MCP server enables Claude to read and send WhatsApp messages with full media support.
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 · Use cases
- Automate message responses and management for WhatsApp conversations
- Search and analyze message history for specific information
- Send automated messages or media files to contacts or groups
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"]
}
}
}whatsapp-mcp · Install
Installation
- **Clone the repository**
``bash git clone https://github.com/verygoodplugins/whatsapp-mcp.git cd whatsapp-mcp ``
- **Start the WhatsApp bridge**
``bash cd whatsapp-bridge go run . `` Scan the QR code with WhatsApp on your phone to authenticate.
- **Configure Claude Desktop**
Add to ~/Library/Application Support/Claude/claude_desktop_config.json: ``json { "mcpServers": { "whatsapp": { "command": "uv", "args": [ "--directory", "/path/to/whatsapp-mcp/whatsapp-mcp-server", "run", "main.py" ] } } } ``